sliding effect with jquery
i have seen a nice sliding effect in this site:
http://www.fnxcard.com/
browse to the bottom of page and there are some icons there that have a smooth sliding movement. i don't think they use开发者_运维技巧d jquery but i want to know what the jquery plugin is with this usage.
jQuery Accordion + jQuery Easing Plugin
The jQuery Easing Plugin will allow you to get that variable speed effect. You might have noticed that their animation changes speed as it animates (slow, faster, slow).
The jQuery Accordion plugin is only for a vertical accordion effect. If you need it to run horizontally just do a google search for "jquery horizontal accordion." I found this one, and many others.
Check out jqueryui accordion widget. I don't know if it can do horizontal sliding, but it can probably be adapted.
http://jqueryui.com/demos/accordion/
Try kwicks for jquery
http://www.jeremymartin.name/examples/kwicks.php?example=1
精彩评论