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,