RedTurtle/collective.editablemenu

Add an option to customize the speed of the animation

Opened this issue · 1 comments

For submenu opening/closing animation, it's used the default options for speed (calling fadeIn without arguments).
It would be nice to being able to customize its behaviour giving the speed of the animation (that jQuery method takes durations in microseconds).

It could be a nice addition, since the whole addon claims to be unopinionated about style and therefore customizable, I would agree with adding this if we manage to make it very easy and straightforward to customize this speed.