http://jsfiddle.net/nicktheandroid/vX7CV/10/
This is a straightforward example, however for my specific requirements, I need to utilize animation instead of transition.
During hovering over the element, the animation smoothly transforms the element; but when moving away from it, it abruptly reverts back to its original state without any smooth transition.
Is there a method to make it smoothly animate back to its original settings rather than snapping back as it currently does?
I must use animation for the hover event, but I am open to using transition when hovering off the element if it can achieve the desired effect. However, I have not been able to make this work so far.