Home › Forums › CSS › Cancel a CSS3 animation when anchor is visited › Re: Cancel a CSS3 animation when anchor is visited
October 18, 2011 at 12:59 am
#89207
Member
@skcirtss animation-name: none; doesn’t mean don’t run any animation. It means run the animation with the name of none. As there isn’t one defined it runs nothing. In regards to where we learnt that animations don’t play nice with :visited, refer to my first comment:
It works for :hover but not for :visited. Strange…