We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0fde2 commit 9bf0c9cCopy full SHA for 9bf0c9c
gsap-1/script.js
@@ -27,7 +27,7 @@ gsap.fromTo(
27
gsap.fromTo(
28
".i",
29
{ rotateX: 0 },
30
- { rotateX: 360, duration: 1, delay: 7, repeat: -1, repeatDelay: 4 }
+ { rotateX: 360, duration: 1, delay: 6, repeat: -1, repeatDelay: 5 }
31
);
32
33
const spans = document.querySelectorAll("span");
0 commit comments