mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-17 17:45:17 +01:00
28 lines
473 B
CSS
28 lines
473 B
CSS
@charset "UTF-8";
|
|
/*!
|
|
Animate.css - http://daneden.me/animate
|
|
Version - 3.4.0
|
|
Licensed under the MIT license - http://opensource.org/licenses/MIT
|
|
|
|
Copyright (c) 2015 Daniel Eden
|
|
*/
|
|
|
|
.animated {
|
|
animation-duration: 1s;
|
|
animation-fill-mode: both;
|
|
}
|
|
|
|
.animated.infinite {
|
|
animation-iteration-count: infinite;
|
|
}
|
|
|
|
.animated.hinge {
|
|
animation-duration: 2s;
|
|
}
|
|
|
|
.animated.flipOutX,
|
|
.animated.flipOutY,
|
|
.animated.bounceIn,
|
|
.animated.bounceOut{
|
|
animation-duration: .75s;
|
|
}
|