animate.css/source/_base.css

20 lines
292 B
CSS
Raw Normal View History

.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.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
2015-12-14 20:41:16 +01:00
.animated.bounceOut {
animation-duration: .75s;
}