Pure CSS3 Animation Effects

File Size: 31.7 KB
Views Total: 2233
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
Pure CSS3 Animation Effects

A collection of CSS3 Animation created by daneden, animate.css is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness.

How to Use It:

1. Include Animate.css before <head>

<link rel="stylesheet" href="animate.css" />

2. Add the class animated to an element

class="animated"

3. Options

#yourElement {
    -vendor-animation-duration: 3s;
    -vendor-animation-delay: 2s;
    -vendor-animation-iteration-count: infinite;
}

This awesome jQuery plugin is developed by leaverou. For more Advanced Usages, please check the demo page or visit the official website.