2013-11-11 15:32:40 -08:00
|
|
|
@charset "UTF-8";
|
|
|
|
|
/*!
|
|
|
|
|
Animate.css - http://daneden.me/animate
|
2014-06-12 14:23:40 -07:00
|
|
|
Licensed under the MIT license - http://opensource.org/licenses/MIT
|
2013-11-11 15:32:40 -08:00
|
|
|
|
|
|
|
|
Copyright (c) 2013 Daniel Eden
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
.animated {
|
|
|
|
|
animation-duration: 1s;
|
|
|
|
|
animation-fill-mode: both;
|
|
|
|
|
}
|
|
|
|
|
|
2014-03-17 14:37:40 -06:00
|
|
|
.animated.infinite {
|
|
|
|
|
animation-iteration-count: infinite;
|
|
|
|
|
}
|
|
|
|
|
|
2013-11-11 15:32:40 -08:00
|
|
|
.animated.hinge {
|
2014-02-24 03:26:08 +05:30
|
|
|
animation-duration: 2s;
|
2014-02-24 02:09:02 +05:30
|
|
|
}
|