From cce0e5d9c2545e7c68e66c11160bc1cbb0336271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Wed, 22 Jun 2022 23:17:19 +0200 Subject: [PATCH] Fix ScrollingTitle animation by increasing from value --- src/components/atoms/ScrollingTitle.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/atoms/ScrollingTitle.svelte b/src/components/atoms/ScrollingTitle.svelte index ffc9492..dc0d6c0 100644 --- a/src/components/atoms/ScrollingTitle.svelte +++ b/src/components/atoms/ScrollingTitle.svelte @@ -43,7 +43,7 @@ children: '.char', stagger: 60, duration: 1600, - from: '-100%', + from: '-105%', opacity: false, delay: 200, },