Example #10: fading submenus with user friendly timeouts
Menu navigation is frustrating when the submenu closes immediately on mouseleave, because sometimes the mouse pointer moves few pixels unintended. That's why we want to build in timeouts on mouseenter and mouseleave to show/hide the corresponding submenu.
With jquery-timing this is just two lines:
⇒Other examples with animations
Other examples with context switch
Other examples with inline attached events
- Example #3: a simple inline click handler
- Example #4: blinking a given number of times on click
- Example #9: generating password with fake progress
- Example #12: cyclic button clicks
- Example #13: quick image selection
- Example #14: wait a timeout after each click before blinking
- Example #18: falling little boxes
Other examples with timeouts
- Example #2: repeated blinking with iterated timeouts
- Example #6: iterate all selected elements with a timeout
- Example #7: clock display with one short blink per second
- Example #14: wait a timeout after each click before blinking
- Example #15: enable continue button only after making choices
- Example #18: falling little boxes
- Example #19: pause animation cycle on mouseover