2013-11-12 00:32:40 +01:00
|
|
|
@charset "UTF-8";
|
|
|
|
/*!
|
|
|
|
Animate.css - http://daneden.me/animate
|
2014-06-12 23:23:40 +02:00
|
|
|
Licensed under the MIT license - http://opensource.org/licenses/MIT
|
2013-11-12 00:32:40 +01:00
|
|
|
|
2015-03-05 00:15:40 +01:00
|
|
|
Copyright (c) 2015 Daniel Eden
|
2013-11-12 00:32:40 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
.animated {
|
|
|
|
animation-duration: 1s;
|
|
|
|
animation-fill-mode: both;
|
|
|
|
}
|
|
|
|
|
2014-03-17 21:37:40 +01:00
|
|
|
.animated.infinite {
|
|
|
|
animation-iteration-count: infinite;
|
|
|
|
}
|
|
|
|
|
2013-11-12 00:32:40 +01:00
|
|
|
.animated.hinge {
|
2014-02-23 22:56:08 +01:00
|
|
|
animation-duration: 2s;
|
2014-02-23 21:39:02 +01:00
|
|
|
}
|
2015-03-12 19:24:18 +01:00
|
|
|
|
|
|
|
.animated.bounceIn,
|
|
|
|
.animated.bounceOut {
|
|
|
|
animation-duration: .75s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.animated.flipOutX,
|
|
|
|
.animated.flipOutY {
|
|
|
|
animation-duration: .75s;
|
|
|
|
}
|