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: {
|
x: {
|
||||||
repeat: Infinity,
|
repeat: Infinity,
|
||||||
repeatType: "loop",
|
repeatType: "loop",
|
||||||
duration: 60,
|
duration: 120,
|
||||||
ease: "linear",
|
ease: "linear",
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
@@ -159,7 +159,7 @@ export default function ProductReviews({ locale = "SR", productName = "this prod
|
|||||||
x: {
|
x: {
|
||||||
repeat: Infinity,
|
repeat: Infinity,
|
||||||
repeatType: "loop",
|
repeatType: "loop",
|
||||||
duration: 60,
|
duration: 120,
|
||||||
ease: "linear",
|
ease: "linear",
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user