Animations

A large range of animations for use in the animation element.

Usage

Three ways to import a transition.

Specific

Imports a transition from a category.

/* Template */ import '@htmlplus/ui/animation/names/[category]/[name].js'; /* For example */ import '@htmlplus/ui/animation/names/flippers/flip.js';

Category

Imports a category.

/* Template */ import '@htmlplus/ui/animation/names/[category]/all.js'; /* For example */ import '@htmlplus/ui/animation/names/fading-entrance/all.js';

All

Imports all categories.

import '@htmlplus/ui/animation/names/transition/all.js';

Categories

All animations are based on the popular Animate.css library.