css - Animate pseudo class in jQuery -
Is it active when it is possible to animate a pseudo-class, for example:
My CSS contains the following:
# gallery one period {border: # 006553 3px solid; Status: Relative; Hidden flurry; Display area; Top: 0px; Left: 0px; Height: 89px; Width: 89px; } # Gallery One: Hover span {boundary: # F3bbf6px solid; Status: Relative; Hidden flurry; Display area; Top: 0px; Left: 0px; Height: 83px; Width: 83px; }
I want to change the link when a user reaches the link, which means the span borders will increase.
Is anyone possible if this is possible?
Thanks in advance.
// Edit:
I have seen the 'Animate-to-Collector' jQuery plug-in, and have used the following jQuery function call, but there is no animation No, the border just jumps between the specified style above.
Here is my function call:
$ ("# gallery a span"). AnimateToSelector ({selectors: ["# Gallery One: Hover Span"], Properties: ['Border'], Incidents: ['Mouseover', 'Mauout'], Duration: 3000});
Is anyone missing me something?
This can help you get such a change from James Pauls.
Comments
Post a Comment