Skip to content

Commit 9bf0c9c

Browse files
committed
change 101
1 parent bd0fde2 commit 9bf0c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gsap-1/script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ gsap.fromTo(
2727
gsap.fromTo(
2828
".i",
2929
{ rotateX: 0 },
30-
{ rotateX: 360, duration: 1, delay: 7, repeat: -1, repeatDelay: 4 }
30+
{ rotateX: 360, duration: 1, delay: 6, repeat: -1, repeatDelay: 5 }
3131
);
3232

3333
const spans = document.querySelectorAll("span");

0 commit comments

Comments
 (0)