Currently, I am utilizing a:after
, and it includes right: Ypx
.
I am interested in employing the animate
method within jQuery to transition the element (a:after
) from Ypx to Zpx. Is there a way to achieve this?
Here is an example:
[link-text][after]
[link-text]-- moving > --[after]
While I am able to change the position without animation by using a:hover:after { right: Zpx }
, how can I accomplish this with animation effects?