From 74f367c6c79fd0c328563d3b5d47603ef675c5bf Mon Sep 17 00:00:00 2001 From: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 24 Jun 2022 23:29:27 +0200 Subject: [PATCH] chore(docs): have animations be at least 5 seconds long --- docs/components/home/flows/Intro.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/home/flows/Intro.vue b/docs/components/home/flows/Intro.vue index 96b44e99..656b423c 100644 --- a/docs/components/home/flows/Intro.vue +++ b/docs/components/home/flows/Intro.vue @@ -229,7 +229,7 @@ const shuffle = (a: any[]) => { const createAnimationDurations = () => { return animationClassNames.map((className) => { - const duration = Math.random() * 8 + 1 + const duration = 5 + Math.random() * 5 return { className,