From f789e792a4fea6e8dc46796dc0018f7546c44c46 Mon Sep 17 00:00:00 2001 From: eggy Date: Fri, 1 Mar 2024 15:50:44 -0500 Subject: [PATCH] chore: improve docs --- components/HeaderLoop.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/HeaderLoop.vue b/components/HeaderLoop.vue index 8df0791..876424e 100644 --- a/components/HeaderLoop.vue +++ b/components/HeaderLoop.vue @@ -91,9 +91,9 @@ const props = defineProps<{ strings: string[]; class?: string }>(); * For one element, we have the following pattern. To expand it to 2+ * els, we divide 100% by the number of els and turn on the animation * only at the correct time. - * 0%: invis - * 20%: vis - * 90%: vis + * -5%: invis + * 0%: vis + * 95%: vis * 100%: invis */