質問編集履歴
1
ソースコード間違いprofile.top → info.top に修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -72,7 +72,7 @@
|
|
72
72
|
|
73
73
|
let info = $('section#info').offset();
|
74
74
|
|
75
|
-
if(pageOffset >
|
75
|
+
if(pageOffset > info.top - windowHeight + ambiguous) {
|
76
76
|
|
77
77
|
$('section#info').css({
|
78
78
|
|