When hovering over the navigation bar links like Text, Photo, Quote on the Tumblr dashboard, an interesting effect occurs where the icon subtly rises about 5-10 pixels and then smoothly descends back to its original position, almost as if it is animated.
If you're interested in checking out the Tumblr dashboard yourself, here's the link:
We tried achieving a similar effect using plain CSS (position:relative; top:-8px) on our site, but unfortunately, it resulted in a rather abrupt motion when the icon immediately snapped back into place.
Do you happen to know of a way to create this effect without the need for JavaScript?
We appreciate any insights you can share. Thank you!