apollo_developers/bower_components/animate.css/source/_base.css
saravanakumar_kandasami a11795c215 SIT code
2018-04-19 18:17:06 +05:30

21 lines
345 B
CSS

@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
.animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.hinge {
animation-duration: 2s;
}