animate.css/source/_base.css
Panayiotis Lipiridis 134e6e55fe Format files
2017-11-16 01:20:46 +02:00

20 lines
293 B
CSS

.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: 0.75s;
}