diff --git a/src/components/FrontPageAnimation.vue b/src/components/FrontPageAnimation.vue index 7dd32cb..8cbef08 100644 --- a/src/components/FrontPageAnimation.vue +++ b/src/components/FrontPageAnimation.vue @@ -61,7 +61,7 @@ const emojis = getRandomEmojis(4); @for $i from 1 through 8 { .front-page-animation__icon-container:nth-child(#{$i}) span { - animation-delay: $i * (1s / 4); + animation-delay: $i * calc(1s / 4); } }