Skip to content

gordosan/cssAnimator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Pre-made CSS animations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages