Edit hero section arrow animation

This commit is contained in:
Paul Nicoué 2023-02-09 17:05:01 +01:00
parent 03155976e6
commit fd3f7c1838

View file

@ -84,11 +84,14 @@
&-enter-from,
&-leave-to {
opacity: 0;
transform: translateY(-2rem);
}
&-enter-active,
&-leave-active {
transition: opacity 400ms ease-in-out;
transition:
opacity 400ms ease-in-out,
transform 400ms ease-in-out;
}
}