Awesome Library of CSS3 animations
Special thanks to daneden's Animate.css and Christian's magic for inspiration.
You're amazing guys! 👍
Dynamic.css is a bunch of awesome, cross-browser CSS animations to use in any project.
It's perfect to animate incoming and leaving web page elements, but it also could be useful for sliders, :hover
handlers and all kind of general use.
- Include the stylesheet on your document's
<head>
<head>
<link rel="stylesheet" href="dynamic.css">
<!-- Or, for the minified version: -->
<link rel="stylesheet" href="dynamic.min.css">
</head>
-
Add class
dynamic
to the element you want to animate. You may also want to include the classinfinite
for an infinite loop. -
Than you'll also have to add one of the following classes:
jump
blink
windyX
windyY
spinXUp
spinXDown
spinYLeft
spinYRight
spinZIn
spinZOut
materialize
vaporize
starWars
starWarsFrontUp
starWarsFrontDown
starWarsBackUp
starWarsBackDown
comeInLeft
comeInUp
comeInDown
comeInRight
comeOutLeft
comeOutUp
comeOutDown
comeOutRight
speedInLeft
speedInRight
speedOutLeft
speedOutRight
stairsInLeft
stairsIn
stairsInRight
stairsOutLeft
stairsOut
stairsOutRight
hopInLeft
hopIn
hopInRight
hopOutLeft
hopOut
hopOutRight
rollInLeft
rollInRight
rollOutLeft
rollOutRight
rollUpLeft
rollUpDown
rollUpRight
rollDownLeft
rollDownUp
rollDownRight
fallDownLeft
fallDownUp
fallDownDown
fallDownRight
roundOutLeft
roundOutRight
roundSlideLeft
roundSlideRight
Dynamic.css is licensed under the MIT license.