回答編集履歴

1

修正

2017/10/07 07:08

投稿

s8_chu
s8_chu

スコア14731

test CHANGED
@@ -114,8 +114,6 @@
114
114
 
115
115
  video.currentTime = (scrollPosition / ($(document).height() - $(window).height())) * videoLength;
116
116
 
117
- console.log((scrollPosition / ($(document).height() - $(window).height())) * videoLength);
118
-
119
117
  }
120
118
 
121
119