After successfully creating a 5-minute radial timer using pure CSS, I've begun my journey with Django. I'm eager to explore whether I can take this timer to the next level and make it functional for all users who visit my page. Is it possible for Django to capture the visit time of each user and sync it with the CSS animation, ensuring that all visitors see the animation at the same point in its progression? And is there a way to maintain the progression of the animation even after a page refresh?
I'm particularly curious if there's a solution that doesn't involve JavaScript, even if it may be somewhat complicated.