Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 585 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 585 Bytes

CSS Animator

CSS Animator is a set of pre-made animations, written in only CSS

##How to

1- Include stylesheet:

<link rel="stylesheet" href="cssAnimator.css"> 

2- Apply the CSS class "animate" followed by the name of the animation

<div id="object" class="animate fadeIn">

3- (Optional) If you would like the animation to play in a loop, or in reverse, you can add the class "infinite" and/or "reverse"

<div id="object" class="animate fadeIn reverse infinite">

You can check it out in action here.