Question:
Just a few minutes ago, everything was working fine, then suddenly some animations became delayed, and even instant. If I hover over some things on a specific page, it either takes a few seconds before the animation is played or just instantly plays it with no animation at all.
Link to repl: https://replit.com/@RedCoder/New-Star-Cards?v=1
If everything was working fine and you did not make any changes it may be something with your browser.
Try to test in different web brosers or check the developer tools during the animation transition to see if any problem is arised.
Also, within the network tab, check if all files are loading correctly. Look for any files that have a status other than 200 OK
or 304 Not Modified
.
@WindLother It’s possible I made a change to the code, not entirely sure, but the CSS should work fine.
The page that this is happening on is Star Cards | Dashboard. Any ideas?