animations-delay.css 1021 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /* ---------------------------------------------------- */
  2. /* Animations Delay */
  3. /* ---------------------------------------------------- */
  4. .animation-delay-1 {
  5. animation-delay: .1s !important;
  6. }
  7. .animation-delay-2 {
  8. animation-delay: .2s !important;
  9. }
  10. .animation-delay-3 {
  11. animation-delay: .3s !important;
  12. }
  13. .animation-delay-4 {
  14. animation-delay: .4s !important;
  15. }
  16. .animation-delay-5 {
  17. animation-delay: .5s !important;
  18. }
  19. .animation-delay-6 {
  20. animation-delay: .6s !important;
  21. }
  22. .animation-delay-7 {
  23. animation-delay: .7s !important;
  24. }
  25. .animation-delay-8 {
  26. animation-delay: .8s !important;
  27. }
  28. .animation-delay-9 {
  29. animation-delay: .9s !important;
  30. }
  31. .animation-delay-10 {
  32. animation-delay: 1s !important;
  33. }
  34. .animation-delay-11 {
  35. animation-delay: 1.1s !important;
  36. }
  37. .animation-delay-12 {
  38. animation-delay: 1.2s !important;
  39. }
  40. .animation-delay-13 {
  41. animation-delay: 1.3s !important;
  42. }
  43. .animation-delay-14 {
  44. animation-delay: 1.4s !important;
  45. }
  46. .animation-delay-15 {
  47. animation-delay: 1.5s !important;
  48. }