animation.scss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. @keyframes animateCircle_pop_trans {
  2. 0% {stroke: #000000; /* Initial stroke color */}
  3. 100% {stroke: #ff0000; /* Final stroke color */}
  4. }
  5. @keyframes animateCircle_pop_trans-2 {
  6. 0% {fill: #ffffff; /* Initial fill color */}
  7. 100% {fill: #00ff00; /* Final fill color */}
  8. }
  9. @keyframes animateCircle_vert_clair_erable {
  10. 0% {stroke: #000000; /* Initial stroke color */}
  11. 100% {stroke: #ff0000; /* Final stroke color */}
  12. }
  13. @keyframes animateCircle_vert_clair_erable-93 {
  14. 0% {fill: #ffffff; /* Initial fill color */}
  15. 100% {fill: #00ff00; /* Final fill color */}
  16. }
  17. @keyframes animateCircle_vert_clair_erable-9 {
  18. 0% {stroke: #000000; /* Initial stroke color */}
  19. 100% {stroke: #ff0000; /* Final stroke color */}
  20. }
  21. @keyframes animateCircle_vert_clair_erable-3 {
  22. 0% {fill: #ffffff; /* Initial fill color */}
  23. 100% {fill: #00ff00; /* Final fill color */}
  24. }
  25. @keyframes animateCircle_vert_clair_erable-3-1 {
  26. 0% {stroke: #000000; /* Initial stroke color */}
  27. 100% {stroke: #ff0000; /* Final stroke color */}
  28. }
  29. @keyframes animateCircle_vert_clair_erable-3-1-7 {
  30. 0% {fill: #ffffff; /* Initial fill color */}
  31. 100% {fill: #00ff00; /* Final fill color */}
  32. }
  33. @keyframes animateCircle_vert_erable {
  34. 0% {stroke: #000000; /* Initial stroke color */}
  35. 100% {stroke: #ff0000; /* Final stroke color */}
  36. }
  37. @keyframes animateCircle_vert_erable-4 {
  38. 0% {fill: #ffffff; /* Initial fill color */}
  39. 100% {fill: #00ff00; /* Final fill color */}
  40. }
  41. @keyframes animateCircle_vert_erable-4-6 {
  42. 0% {stroke: #000000; /* Initial stroke color */}
  43. 100% {stroke: #ff0000; /* Final stroke color */}
  44. }
  45. @keyframes animateCircle_vert_erable-4-3 {
  46. 0% {fill: #ffffff; /* Initial fill color */}
  47. 100% {fill: #00ff00; /* Final fill color */}
  48. }
  49. @keyframes animateCircle_vert_erable-2 {
  50. 0% {stroke: #000000; /* Initial stroke color */}
  51. 100% {stroke: #ff0000; /* Final stroke color */}
  52. }
  53. @keyframes animateCircle_orange-6 {
  54. 0% {
  55. transform: translateX(0); /* Start translation */
  56. }
  57. 100% {
  58. transform: translateX(50px); /* End translation */
  59. }
  60. }
  61. @keyframes animateCircle_orange-7 {
  62. 0% {stroke: #000000; /* Initial stroke color */}
  63. 100% {stroke: #ff0000; /* Final stroke color */}
  64. }
  65. @keyframes animateCircle_orange-2 {
  66. 0% {fill: #ffffff; /* Initial fill color */}
  67. 100% {fill: #00ff00; /* Final fill color */}
  68. }
  69. @keyframes animateCircle_orange-9 {
  70. 0% {stroke: #000000; /* Initial stroke color */}
  71. 100% {stroke: #ff0000; /* Final stroke color */}
  72. }
  73. @keyframes animateCircle_orange {
  74. 0% {fill: #ffffff; /* Initial fill color */}
  75. 100% {fill: #00ff00; /* Final fill color */}
  76. }
  77. /* Add more keyframes for other paths as needed */
  78. #circle_pop_trans {
  79. animation: animatePath1 2s infinite alternate; /* Animate stroke color */
  80. }
  81. #circle_orange-6 {
  82. animation: animateCircle_orange-6 2s infinite alternate; /* Animate fill color */
  83. }
  84. /* Apply animations to other paths similarly */