chore(docs): have animations be at least 5 seconds long
This commit is contained in:
@@ -229,7 +229,7 @@ const shuffle = (a: any[]) => {
|
|||||||
|
|
||||||
const createAnimationDurations = () => {
|
const createAnimationDurations = () => {
|
||||||
return animationClassNames.map((className) => {
|
return animationClassNames.map((className) => {
|
||||||
const duration = Math.random() * 8 + 1
|
const duration = 5 + Math.random() * 5
|
||||||
|
|
||||||
return {
|
return {
|
||||||
className,
|
className,
|
||||||
|
|||||||
Reference in New Issue
Block a user