We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fbb1f8 commit 24fb052Copy full SHA for 24fb052
homepage/homepage.js
@@ -178,7 +178,7 @@ const screenHeight = window.innerHeight,
178
featurePoints = document.querySelectorAll('#features .ftPoint'),
179
180
pointMargin = 34,
181
- startPointAnimation = (screenHeight / 3) + pointMargin;
+ startPointAnimation = (screenHeight / 3);
182
183
184
let totalPointAnimation = startPointAnimation,
0 commit comments