Animations
Animations are reusable animation classes that you can use to emphasize an element. All of these animations will animate if you toggle their visibility using the "Toggle" button.
| Animation | Description | 
|---|---|
| Fade in | The .anim-fade-inclass is used to fade in an element on the page. This will run once when the element is revealed. | 
| Fade out | The .anim-fade-outclass is used to fade out an element on the page. This will run once when the element is revealed. | 
| Fade up | The .anim-fade-upclass is used to reveal an element on the page by sliding it up from below the fold. You should use this in a container withoverflow: hidden;or on the bottom of the page. | 
| Fade down | The .anim-fade-downclass is used to slide an element down hiding it. You should use this in a container withoverflow: hidden;or on the bottom of the page. | 
| Scale in | The .anim-scale-inclass will scale the element in. This is useful on menus when you want them to appear more friendly. | 
| Grow x | The .anim-grow-xclass will grow an element width from 0-:100: real quick. | 
| Pulse | The .anim-pulseclass will pulse an element infinitely. | 
| Hover | The .anim-hover-growclass will increase the scale of the element upon hover. | 
| Rotate | The .anim-rotateclass will rotate the element indefinitely around the coordinate specified bytransform-origin. Most elements have a default oftransform-origin: 50% 50%and will rotate around the center. |