Currently, I am in the process of building this website from scratch for the first time. The overall layout has been designed based on the PSD file I created, and everything seems to be going well. Now, I am looking to enhance the site by incorporating some javascript effects and functions.
On the index page, there is a banner, sidebar, and content (articles). When clicking on an article, it redirects to that specific article. However, I would like to implement a custom loading page similar to the one shown at 0:22 in this video: https://www.youtube.com/watch?v=k1q6Y_snURw#t=20
I need to either create or find a gif for this purpose, but once I have that ready, I am unsure of how to integrate it into the site.
Each article has its own unique class, so I assume I will need to utilize the ID for individual articles to ensure they are directed to the correct location.