UNPKG

italia2024

Version:

Italia 2024 assets

25 lines 818 B
(function () { //adjust-anchorLink.js(iOSの場合は、リンク処理が終わるまでコンテンツを表示させない) if (document.body.classList.contains('ios')) { let marbleVF2A = document.querySelector(".marble"); window.addEventListener('load', function () { if (window.location.hash) { setTimeout(function () { var element = document.querySelector(window.location.hash); if (element) { element.scrollIntoView(); setTimeout(function () { if (marbleVF2A) { marbleVF2A.classList.add('is-arrived'); } }, 300); } }, 300); } else { if (marbleVF2A) { marbleVF2A.classList.add('is-arrived'); } } }); } })(); ///function:adjust-anchorLink.js