Is there any jquery plugin that does google images like smooth hover effect? Any plugin to look at?
views:
32answers:
1
+3
A:
You're looking for .animate()
, it's a built in function, just define the easing time and it will flow smoothly. See the demo on their wiki: http://api.jquery.com/animate/
Robert
2010-08-12 11:16:05