@DownPW said in fading in /tags page:
as soon as I remove the mouse pointer from the logo, it returns to it’s original place and it cuts the animation.
Yes, that’s expected because you have the css set for hover
state meaning once you remove that state, the animation will stop
You need to refactor the css to achieve the effect the looking for. Personally, I wouldn’t go for a constantly spinning logo. If you’re as old as I am, you’ll recall this being a thing in Internet Explorer 4 with the spinning globe on the right that was a constant presence and quite a distraction.
I also wouldn’t do this on any mobile devices as it can severely degrade the browser performance.