animate.css/source/_base.css

31 lines
490 B
CSS
Raw Normal View History

@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
2014-06-12 23:23:40 +02:00
Licensed under the MIT license - http://opensource.org/licenses/MIT
2015-03-05 00:15:40 +01:00
Copyright (c) 2015 Daniel Eden
*/
.animated {
animation-duration: 1s;
animation-fill-mode: both;
}
2014-03-17 21:37:40 +01:00
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.hinge {
animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
animation-duration: .75s;
}