animate.css/source/_base.css

9 lines
132 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;
}