質問編集履歴
1
記述ミスがありました!
test
CHANGED
File without changes
|
test
CHANGED
@@ -32,7 +32,7 @@
|
|
32
32
|
|
33
33
|
entries.forEach((entry) => {
|
34
34
|
|
35
|
-
if (entry.isIntersecti
|
35
|
+
if (entry.isIntersecting) {
|
36
36
|
|
37
37
|
entry.classList.add('active');
|
38
38
|
|