animate.min.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. .animated {
  2. animation-duration: 1s; animation-fill-mode: both; -webkit-animation-duration: 1s; -webkit-animation-fill-mode: both;
  3. }
  4. .animated.hinge {
  5. animation-duration: 2s; -webkit-animation-duration: 2s;
  6. }
  7. .bounce {
  8. animation-name: bounce; -webkit-animation-name: bounce;
  9. }
  10. .flash {
  11. animation-name: flash; -webkit-animation-name: flash;
  12. }
  13. .pulse {
  14. animation-name: pulse; -webkit-animation-name: pulse;
  15. }
  16. .shake {
  17. animation-name: shake; -webkit-animation-name: shake;
  18. }
  19. .swing {
  20. transform-origin: center top; animation-name: swing; -webkit-animation-name: swing; -webkit-transform-origin: top center;
  21. }
  22. .tada {
  23. animation-name: tada; -webkit-animation-name: tada;
  24. }
  25. .wobble {
  26. animation-name: wobble; -webkit-animation-name: wobble;
  27. }
  28. .bounceIn {
  29. animation-name: bounceIn; -webkit-animation-name: bounceIn;
  30. }
  31. .bounceInDown {
  32. animation-name: bounceInDown; -webkit-animation-name: bounceInDown;
  33. }
  34. .bounceInLeft {
  35. animation-name: bounceInLeft; -webkit-animation-name: bounceInLeft;
  36. }
  37. .bounceInRight {
  38. animation-name: bounceInRight; -webkit-animation-name: bounceInRight;
  39. }
  40. .bounceInUp {
  41. animation-name: bounceInUp; -webkit-animation-name: bounceInUp;
  42. }
  43. .bounceOut {
  44. animation-name: bounceOut; -webkit-animation-name: bounceOut;
  45. }
  46. .bounceOutDown {
  47. animation-name: bounceOutDown; -webkit-animation-name: bounceOutDown;
  48. }
  49. .bounceOutLeft {
  50. animation-name: bounceOutLeft; -webkit-animation-name: bounceOutLeft;
  51. }
  52. .bounceOutRight {
  53. animation-name: bounceOutRight; -webkit-animation-name: bounceOutRight;
  54. }
  55. .bounceOutUp {
  56. animation-name: bounceOutUp; -webkit-animation-name: bounceOutUp;
  57. }
  58. .fadeIn {
  59. animation-name: fadeIn; -webkit-animation-name: fadeIn;
  60. }
  61. .fadeInDown {
  62. animation-name: fadeInDown; -webkit-animation-name: fadeInDown;
  63. }
  64. .fadeInDownBig {
  65. animation-name: fadeInDownBig; -webkit-animation-name: fadeInDownBig;
  66. }
  67. .fadeInLeft {
  68. animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft;
  69. }
  70. .fadeInLeftBig {
  71. animation-name: fadeInLeftBig; -webkit-animation-name: fadeInLeftBig;
  72. }
  73. .fadeInRight {
  74. animation-name: fadeInRight; -webkit-animation-name: fadeInRight;
  75. }
  76. .fadeInRightBig {
  77. animation-name: fadeInRightBig; -webkit-animation-name: fadeInRightBig;
  78. }
  79. .fadeInUp {
  80. animation-name: fadeInUp; -webkit-animation-name: fadeInUp;
  81. }
  82. .fadeInUpBig {
  83. animation-name: fadeInUpBig; -webkit-animation-name: fadeInUpBig;
  84. }
  85. .fadeOut {
  86. animation-name: fadeOut; -webkit-animation-name: fadeOut;
  87. }
  88. .fadeOutDown {
  89. animation-name: fadeOutDown; -webkit-animation-name: fadeOutDown;
  90. }
  91. .fadeOutDownBig {
  92. animation-name: fadeOutDownBig; -webkit-animation-name: fadeOutDownBig;
  93. }
  94. .fadeOutLeft {
  95. animation-name: fadeOutLeft; -webkit-animation-name: fadeOutLeft;
  96. }
  97. .fadeOutLeftBig {
  98. animation-name: fadeOutLeftBig; -webkit-animation-name: fadeOutLeftBig;
  99. }
  100. .fadeOutRight {
  101. animation-name: fadeOutRight; -webkit-animation-name: fadeOutRight;
  102. }
  103. .fadeOutRightBig {
  104. animation-name: fadeOutRightBig; -webkit-animation-name: fadeOutRightBig;
  105. }
  106. .fadeOutUp {
  107. animation-name: fadeOutUp; -webkit-animation-name: fadeOutUp;
  108. }
  109. .fadeOutUpBig {
  110. animation-name: fadeOutUpBig; -webkit-animation-name: fadeOutUpBig;
  111. }
  112. .animated.flip {
  113. backface-visibility: visible; animation-name: flip; -webkit-backface-visibility: visible; -webkit-animation-name: flip;
  114. }
  115. .flipInX {
  116. backface-visibility: visible !important; animation-name: flipInX; -webkit-backface-visibility: visible; -webkit-animation-name: flipInX;
  117. }
  118. .flipInY {
  119. backface-visibility: visible !important; animation-name: flipInY; -webkit-backface-visibility: visible; -webkit-animation-name: flipInY;
  120. }
  121. .flipOutX {
  122. backface-visibility: visible !important; animation-name: flipOutX; -webkit-backface-visibility: visible; -webkit-animation-name: flipOutX;
  123. }
  124. .flipOutY {
  125. backface-visibility: visible !important; animation-name: flipOutY; -webkit-backface-visibility: visible; -webkit-animation-name: flipOutY;
  126. }
  127. .lightSpeedIn {
  128. animation-name: lightSpeedIn; animation-timing-function: ease-out; -webkit-animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out;
  129. }
  130. .lightSpeedOut {
  131. animation-name: lightSpeedOut; animation-timing-function: ease-in; -webkit-animation-name: lightSpeedOut; -webkit-animation-timing-function: ease-in;
  132. }
  133. .rotateIn {
  134. animation-name: rotateIn; -webkit-animation-name: rotateIn;
  135. }
  136. .rotateInDownLeft {
  137. animation-name: rotateInDownLeft; -webkit-animation-name: rotateInDownLeft;
  138. }
  139. .rotateInDownRight {
  140. animation-name: rotateInDownRight; -webkit-animation-name: rotateInDownRight;
  141. }
  142. .rotateInUpLeft {
  143. animation-name: rotateInUpLeft; -webkit-animation-name: rotateInUpLeft;
  144. }
  145. .rotateInUpRight {
  146. animation-name: rotateInUpRight; -webkit-animation-name: rotateInUpRight;
  147. }
  148. .rotateOut {
  149. animation-name: rotateOut; -webkit-animation-name: rotateOut;
  150. }
  151. .rotateOutDownLeft {
  152. animation-name: rotateOutDownLeft; -webkit-animation-name: rotateOutDownLeft;
  153. }
  154. .rotateOutDownRight {
  155. animation-name: rotateOutDownRight; -webkit-animation-name: rotateOutDownRight;
  156. }
  157. .rotateOutUpLeft {
  158. animation-name: rotateOutUpLeft; -webkit-animation-name: rotateOutUpLeft;
  159. }
  160. .rotateOutUpRight {
  161. animation-name: rotateOutUpRight; -webkit-animation-name: rotateOutUpRight;
  162. }
  163. .slideInDown {
  164. animation-name: slideInDown; -webkit-animation-name: slideInDown;
  165. }
  166. .slideInLeft {
  167. animation-name: slideInLeft; -webkit-animation-name: slideInLeft;
  168. }
  169. .slideInRight {
  170. animation-name: slideInRight; -webkit-animation-name: slideInRight;
  171. }
  172. .slideOutLeft {
  173. animation-name: slideOutLeft; -webkit-animation-name: slideOutLeft;
  174. }
  175. .slideOutRight {
  176. animation-name: slideOutRight; -webkit-animation-name: slideOutRight;
  177. }
  178. .slideOutUp {
  179. animation-name: slideOutUp; -webkit-animation-name: slideOutUp;
  180. }
  181. .hinge {
  182. animation-name: hinge; -webkit-animation-name: hinge;
  183. }
  184. .rollIn {
  185. animation-name: rollIn; -webkit-animation-name: rollIn;
  186. }
  187. .rollOut {
  188. animation-name: rollOut; -webkit-animation-name: rollOut;
  189. }