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 b2e6372 commit 720407bCopy full SHA for 720407b
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) + pointMargin;
182
183
184
let totalPointAnimation = startPointAnimation,
0 commit comments