新增網頁在loading時的動畫效果 Add animation effect to the web page when loading 前端如果有大量元素要載入的時候,為了呈現畫面的美觀,通常都會有一個 Loading 的畫面 When the front end has a lot of elements to load, there is usually a loading screen to show the beauty of the interface. 先前加入這個效果本來是要解決 Js 載入網站有延遲,導致跑版的問題,不過修改一個 Class 之後就解決了 Previously, this effect was added to solve the problem of Js loading the website with delay, causing the layout to be messed up, but it was solved after modifying a class. 可是既然已經找到相關的製作方式,何不套用在網站中呢 ~ But since I have found the relevant production method, why not apply it to the website? 另外設定 Timeout 的原因就是在頻繁切換網頁的時候,如果網頁載入沒有延遲,loading 畫面會一閃而過,不太美觀。 Another reason for setting the timeout is that when switching pages frequently, if the website loads without delay, the loading screen will flash by, which is not very beautiful. 此次參考的網頁 Loading 相關的程式碼 http://srdesign.com.tw/design/thread-538-1-1.html https://dometi.com.tw/blog/loading/ https://www.w3schools.com/howto/howto_css_l...