We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98511d4 commit 5fbb1f8Copy full SHA for 5fbb1f8
1 file changed
homepage/homepage.js
@@ -187,9 +187,9 @@ let totalPointAnimation = startPointAnimation,
187
// set stagger intervals for feature points
188
featurePoints.forEach(point => {
189
190
- totalPointAnimation += point.clientHeight + 34;
191
-
192
pointStaggerIntervals.push(totalPointAnimation);
+
+ totalPointAnimation += point.clientHeight + 34;
193
194
});
195
0 commit comments