It is sometimes necessary to not be performed close transitions, for example to avoid flicker when deriving to other elements with animate.
For this, I propose change within the close method (see internal 'if'):
if( $.support.cssTransitions ) { ... }
new 'if' conditions (taking advantage of event param):
It is sometimes necessary to not be performed close transitions, for example to avoid flicker when deriving to other elements with animate. For this, I propose change within the close method (see internal 'if'):
new 'if' conditions (taking advantage of event param):
so you can call to close without transition :