{
// window.onload = function() {}⇨コンテンツが全て読み込み終わったらローディング画面を終了するやり方
setTimeout(function() {
const loading = document.getElementById('loading');
loading.classList.add('loaded');
const container = document.querySelector('.container');
container.classList.add('open')
}, 3000);
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter