質問編集履歴

1

書式の改善

2021/11/04 07:18

投稿

chi-tan
chi-tan

スコア0

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  var display = function () {
22
22
 
23
- if ($(this).scrollTop() > 150) { //scroll量
23
+ if ($(this).scrollTop() > 1000) { //scroll量
24
24
 
25
25
  $(".Bnr").fadeIn();
26
26