1.3.3 • Published 4 years ago

@flk/animator v1.3.3

Weekly downloads
-
License
-
Repository
github
Last release
4 years ago

flk-animator

An animation package for elements animations.

This package mainly uses Animate.css

Installation

flk install flk-animation

Usage

Add to any element you want to animate animate class with animate attribute with any of Animate.css classes.

Example

<h1 class="animate" animate="fadeInUpBig">Hello, World</h1>

<!-- Or using dynamic values -->

<h1 class="animate" [animate]="this.defaultAnimation">Hello, World</h1>

Speed

By default the animation has a normal speed but you can change it to slow or fast using the speed attribute.

<h1 class="animate" animate="fadeIn" speed="fast">Hello, World</h1>

Random

If you want to display elements randomly use the random value

<h1 class="animate" animate="random">Hello, World</h1>
1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.0.0

5 years ago

0.1.10

5 years ago