stopping home animation after 5s

This commit is contained in:
Antoine M 2023-12-21 15:45:15 +01:00
parent c1b08637f0
commit 852b9ab3bf

View File

@ -27,7 +27,7 @@
width: 80px; width: 80px;
height: 80px; height: 80px;
&__arrow { &__arrow {
animation: bouncingArrow 1s infinite alternate cubic-bezier(0.01, 0.61, 0.67, 0.99); animation: bouncingArrow 1s 6 alternate cubic-bezier(0.01, 0.61, 0.67, 0.99);
/* cubic-bezier(0.01, 0.61, 0.39, 1); */ /* cubic-bezier(0.01, 0.61, 0.39, 1); */
/* cubic-bezier(0.18, 0.89, 0.3, 1); */ /* cubic-bezier(0.18, 0.89, 0.3, 1); */
} }