From 4b9fc15d34e37f20f3436c58bf1a2fac170a350e Mon Sep 17 00:00:00 2001 From: Anssi Juvonen Date: Thu, 19 Sep 2024 15:48:15 +0300 Subject: [PATCH] Replace deprecated operation --- src/components/FrontPageAnimation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }