Author: | joerez |
---|---|
Views Total: | 957 views |
Official Page: | Go to website |
Last Update: | March 8, 2018 |
License: | MIT |
Preview:

Description:
The Woah.css library enables you to apply eccentric, fun and showy CSS3 powered animations to html elements. Similar to the Animate.css, the library is dead simple to use and easy to extend.
How to use it:
Just import the ‘woah.css’ stylesheet into the document and done.
<link rel="stylesheet" href="woah.css">
Add the necessary ‘woah’ class and an animation class of your choice to your element. Available animations:
- wowzors
- comeInStyle
- rotateComplex
- rotateComplexOut
- flyOut
- flyIn
- blackMirror
- blackMirrorTextVersion
- spin3D
- simpleEntrance
- scaleOut
- starWars
- blazingStar
- blazingStarText
- fadeIn
- pulse
- shaker
- More will be coming soon.
<h1 class="woah wowzors">Hello World!</h1>
Make the animation infinitely looping.
<h1 class="woah wowzors infinite">Hello World!</h1>