SIGN IN SIGN UP
animate-css / animate.css UNCLAIMED

🍿 A cross-browser library of CSS animations. As easy to use as an easy thing.

0 0 0 CSS
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
2014-06-12 14:23:40 -07:00
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2013 Daniel Eden
*/
.animated {
animation-duration: 1s;
animation-fill-mode: both;
}
2014-03-17 14:37:40 -06:00
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.hinge {
animation-duration: 2s;
}