Skip to content

Commit 24fb052

Browse files
committed
Update homepage.js
1 parent 5fbb1f8 commit 24fb052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homepage/homepage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ const screenHeight = window.innerHeight,
178178
featurePoints = document.querySelectorAll('#features .ftPoint'),
179179

180180
pointMargin = 34,
181-
startPointAnimation = (screenHeight / 3) + pointMargin;
181+
startPointAnimation = (screenHeight / 3);
182182

183183

184184
let totalPointAnimation = startPointAnimation,

0 commit comments

Comments
 (0)