Skip to content

Commit 5fbb1f8

Browse files
committed
Update homepage.js
1 parent 98511d4 commit 5fbb1f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

homepage/homepage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ let totalPointAnimation = startPointAnimation,
187187
// set stagger intervals for feature points
188188
featurePoints.forEach(point => {
189189

190-
totalPointAnimation += point.clientHeight + 34;
191-
192190
pointStaggerIntervals.push(totalPointAnimation);
191+
192+
totalPointAnimation += point.clientHeight + 34;
193193

194194
});
195195

0 commit comments

Comments
 (0)