stopping home animation after 5s
This commit is contained in:
parent
c1b08637f0
commit
852b9ab3bf
|
|
@ -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); */
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user