Skip to content

Animation Name

ClassProperties (MDN)
animate-[name]animation-name: name;

Examples

html
<div class="animated animated-bounce">Foo</div>
<div class="animated animated-bounce animated-infinite">Bar</div>

Refer the demo to see the available animations in action.

Released under the MIT License.