I am trying to modify the duration of the animation on an accordion. I
was able to use the following to modify the 'open' portion of the
animation, but the slide up is still default speed- how can i add
another option to slow the slide up?

$.ui.accordion.animations.easeslide = function(options) {
        this.slide(options, {
                duration: 1000
        });
};

Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to