chore(docs): have animations be at least 5 seconds long

This commit is contained in:
bcakmakoglu
2022-06-25 00:36:48 +02:00
committed by Braks
parent 2932a8cb38
commit 74f367c6c7
+1 -1
View File
@@ -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,