Search and Top Navigation
#4204 closed bug (fixed)
Opened February 21, 2009 11:51AM UTC
Closed April 18, 2009 02:34AM UTC
Easeslide does not work (Accordion)
Reported by: | sonu27 | Owned by: | scottgonzalez |
---|---|---|---|
Priority: | critical | Milestone: | 1.8 |
Component: | ui.accordion | Version: | 1.6rc6 |
Keywords: | accordion, easeslide | Cc: | |
Blocked by: | Blocking: |
Description
The easeslide option of the Accordion does not work. bounceslide works and so does the default slide.
You need to load the Effects Core for these optional effects to work. To test this download jQuery UI with the Accordion and Effects Core, then add '''animated:'easeslide'''' to the options when you initialise your accordion.
Attachments (1)
Change History (3)
Changed March 08, 2009 02:43PM UTC by comment:1
milestone: | 1.7 → 1.8 |
---|
Changed April 17, 2009 11:38PM UTC by comment:2
owner: | → scott.gonzalez |
---|---|
status: | new → assigned |
I'd suggest removing easeslide as a built-in animation. Users can specify any existing easing method, and the current implementation of easeslide doesn't perform any custom operations.
Changed April 18, 2009 02:34AM UTC by comment:3
resolution: | → fixed |
---|---|
status: | assigned → closed |
Fixed in r2472. Removed the easeslide animation. You can pass any easing method you want to the animated option, so you can use whatever easing you want. This is existing functionality; docs have been updated to let users know this is possible.