Removing the :target psuedo-class
I was working on a page with a link to a document fragment and put an animation on it using the :target
pseudo-class. Scrolling back to the anchor and pressing it again skips to the fragment, but the animation does not run again. That’s because it still has the pseudo-class, it doesn’t disappear when scrolling.