background preloader

Jquery

Facebook Twitter

jQuery documentation, manuel en français. Tutoriel jquery: menu deroulant(dropdown menu) part1. jQuery 4u, Plugins, Video Tutorials, Coding Tips & jQuery Authors. Quick Tip: Prevent Animation Queue Buildup. You've probably stumbled upon a navigation powered by some jQuery effects during your web adventures.

Quick Tip: Prevent Animation Queue Buildup

Of course you then ran your mouse back and forth over the navigation really fast to watch the animation repeat itself over and over and over again. The natural queuing of animations/effects by jQuery makes the typical animation super easy to code and move on to more important tasks. However, sometimes the animation queue just gets in the way. How to Make a Smooth Animated Menu with jQuery. Ever seen some excellent jQuery navigation that left you wanting to make one of your own?

How to Make a Smooth Animated Menu with jQuery

Today we’ll aim to do just that by building a menu and animate it with some smooth effects. The Goal – One Smooth Menu Here’s a demo of what we’ll end up with by the end. Introduction – An explanation of easing The menu has such a smooth animation because of a thing called “easing”.