fix: Slow down reviews scroll tempo for readability
This commit is contained in:
@@ -137,7 +137,7 @@ export default function ProductReviews({ locale = "SR", productName = "this prod
|
||||
x: {
|
||||
repeat: Infinity,
|
||||
repeatType: "loop",
|
||||
duration: 60,
|
||||
duration: 120,
|
||||
ease: "linear",
|
||||
},
|
||||
}}
|
||||
@@ -159,7 +159,7 @@ export default function ProductReviews({ locale = "SR", productName = "this prod
|
||||
x: {
|
||||
repeat: Infinity,
|
||||
repeatType: "loop",
|
||||
duration: 60,
|
||||
duration: 120,
|
||||
ease: "linear",
|
||||
},
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user