Skip to content

Commit f88d7fd

Browse files
committed
Update loop to repeatType
1 parent c639dfe commit f88d7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Testimonials.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export function Testimonials() {
169169
type: 'tween',
170170
duration,
171171
ease: 'linear',
172-
loop: Infinity,
172+
repeatType: "loop"
173173
})
174174

175175
return controls.stop

0 commit comments

Comments
 (0)