ball-grid-beat.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. @-webkit-keyframes ball-grid-beat {
  2. 50% {
  3. opacity : 0.7;
  4. }
  5. 100% {
  6. opacity : 1;
  7. }
  8. }
  9. @-moz-keyframes ball-grid-beat {
  10. 50% {
  11. opacity : 0.7;
  12. }
  13. 100% {
  14. opacity : 1;
  15. }
  16. }
  17. @-o-keyframes ball-grid-beat {
  18. 50% {
  19. opacity : 0.7;
  20. }
  21. 100% {
  22. opacity : 1;
  23. }
  24. }
  25. @keyframes ball-grid-beat {
  26. 50% {
  27. opacity : 0.7;
  28. }
  29. 100% {
  30. opacity : 1;
  31. }
  32. }
  33. .ball-grid-beat {
  34. width : 57px;
  35. }
  36. .ball-grid-beat > div:nth-child(1) {
  37. -webkit-animation-delay : 0.38s;
  38. -moz-animation-delay : 0.38s;
  39. -o-animation-delay : 0.38s;
  40. animation-delay : 0.38s;
  41. -webkit-animation-duration : 1.28s;
  42. -moz-animation-duration : 1.28s;
  43. -o-animation-duration : 1.28s;
  44. animation-duration : 1.28s;
  45. }
  46. .ball-grid-beat > div:nth-child(2) {
  47. -webkit-animation-delay : -0.02s;
  48. -moz-animation-delay : -0.02s;
  49. -o-animation-delay : -0.02s;
  50. animation-delay : -0.02s;
  51. -webkit-animation-duration : 0.63s;
  52. -moz-animation-duration : 0.63s;
  53. -o-animation-duration : 0.63s;
  54. animation-duration : 0.63s;
  55. }
  56. .ball-grid-beat > div:nth-child(3) {
  57. -webkit-animation-delay : -0.05s;
  58. -moz-animation-delay : -0.05s;
  59. -o-animation-delay : -0.05s;
  60. animation-delay : -0.05s;
  61. -webkit-animation-duration : 1.47s;
  62. -moz-animation-duration : 1.47s;
  63. -o-animation-duration : 1.47s;
  64. animation-duration : 1.47s;
  65. }
  66. .ball-grid-beat > div:nth-child(4) {
  67. -webkit-animation-delay : -0.17s;
  68. -moz-animation-delay : -0.17s;
  69. -o-animation-delay : -0.17s;
  70. animation-delay : -0.17s;
  71. -webkit-animation-duration : 1.11s;
  72. -moz-animation-duration : 1.11s;
  73. -o-animation-duration : 1.11s;
  74. animation-duration : 1.11s;
  75. }
  76. .ball-grid-beat > div:nth-child(5) {
  77. -webkit-animation-delay : 0.72s;
  78. -moz-animation-delay : 0.72s;
  79. -o-animation-delay : 0.72s;
  80. animation-delay : 0.72s;
  81. -webkit-animation-duration : 1.32s;
  82. -moz-animation-duration : 1.32s;
  83. -o-animation-duration : 1.32s;
  84. animation-duration : 1.32s;
  85. }
  86. .ball-grid-beat > div:nth-child(6) {
  87. -webkit-animation-delay : 0.51s;
  88. -moz-animation-delay : 0.51s;
  89. -o-animation-delay : 0.51s;
  90. animation-delay : 0.51s;
  91. -webkit-animation-duration : 1.07s;
  92. -moz-animation-duration : 1.07s;
  93. -o-animation-duration : 1.07s;
  94. animation-duration : 1.07s;
  95. }
  96. .ball-grid-beat > div:nth-child(7) {
  97. -webkit-animation-delay : 0.52s;
  98. -moz-animation-delay : 0.52s;
  99. -o-animation-delay : 0.52s;
  100. animation-delay : 0.52s;
  101. -webkit-animation-duration : 1.25s;
  102. -moz-animation-duration : 1.25s;
  103. -o-animation-duration : 1.25s;
  104. animation-duration : 1.25s;
  105. }
  106. .ball-grid-beat > div:nth-child(8) {
  107. -webkit-animation-delay : 0.17s;
  108. -moz-animation-delay : 0.17s;
  109. -o-animation-delay : 0.17s;
  110. animation-delay : 0.17s;
  111. -webkit-animation-duration : 0.89s;
  112. -moz-animation-duration : 0.89s;
  113. -o-animation-duration : 0.89s;
  114. animation-duration : 0.89s;
  115. }
  116. .ball-grid-beat > div:nth-child(9) {
  117. -webkit-animation-delay : 0.38s;
  118. -moz-animation-delay : 0.38s;
  119. -o-animation-delay : 0.38s;
  120. animation-delay : 0.38s;
  121. -webkit-animation-duration : 1.56s;
  122. -moz-animation-duration : 1.56s;
  123. -o-animation-duration : 1.56s;
  124. animation-duration : 1.56s;
  125. }
  126. .ball-grid-beat > div {
  127. background-color : #55595C;
  128. width : 15px;
  129. height : 15px;
  130. border-radius : 100%;
  131. margin : 2px;
  132. -webkit-animation-fill-mode : both;
  133. -moz-animation-fill-mode : both;
  134. -o-animation-fill-mode : both;
  135. animation-fill-mode : both;
  136. display : inline-block;
  137. float : right;
  138. -webkit-animation-name : ball-grid-beat;
  139. -moz-animation-name : ball-grid-beat;
  140. -o-animation-name : ball-grid-beat;
  141. animation-name : ball-grid-beat;
  142. -webkit-animation-iteration-count : infinite;
  143. -moz-animation-iteration-count : infinite;
  144. -o-animation-iteration-count : infinite;
  145. animation-iteration-count : infinite;
  146. -webkit-animation-delay : 0;
  147. -moz-animation-delay : 0;
  148. -o-animation-delay : 0;
  149. animation-delay : 0;
  150. }