Skip to content

Commit a3ecadb

Browse files
author
y-yamasaki
committed
強制でフェードインするようにしてみる
1 parent df2c333 commit a3ecadb

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

WebSite/assets/js/ui.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ document.addEventListener("DOMContentLoaded", () => {
33
".reveal-on-scroll",
44
);
55

6-
if (
7-
!("IntersectionObserver" in window) ||
8-
targets.length === 0
9-
) {
6+
if (true) {
107
targets.forEach((el) => el.classList.add("is-visible"));
118
return;
129
}

0 commit comments

Comments
 (0)