animate.css/source/_base.css
1UP fe3cf0a2a9 Add usebanner task and banner template
refer to the values of properties within package.json file (project name, current version, etc..)
2015-11-09 01:49:46 +09:00

24 lines
332 B
CSS

@charset "UTF-8";
/*! inject-banner */
.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;
}