Partial slideDown with jQuery
- by Jon
I have some buttons that have drawer menus and what I'd like to do is add a state so that when the user hovers over the button, the drawer bumps out slightly (maybe with a little wiggle/rubber-banding) so that they know that there's a drawer with more information.
I have the sliding working and a hover function set up, but I don't know how to…