soundasleep / jquery-dropdown

Bootstrap-style dropdowns with some added features and no dependencies.
Other
767 stars 266 forks source link

Animation #49

Closed sshmyg closed 10 years ago

sshmyg commented 10 years ago

Hello, can you add an animation effects?

claviska commented 10 years ago

The plugin adds the dropdown-open class on show and removes it on hide. You can use CSS transitions to achieve the effect you want. (It would be a step backwards to revert to JavaScript for handling animations, so CSS is pretty much the only option at this point.)