Opened 14 years ago
Closed 14 years ago
#4204 closed bug (fixed)
Easeslide does not work (Accordion)
Reported by: | sonu27 | Owned by: | Scott González |
---|---|---|---|
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 (4)
Changed 14 years ago by
Attachment: | example.html added |
---|
comment:1 Changed 14 years ago by
Milestone: | 1.7 → 1.8 |
---|
comment:2 Changed 14 years ago by
Owner: | set to scott.gonzalez |
---|---|
Status: | new → assigned |
comment:3 Changed 14 years ago by
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.
Note: See
TracTickets for help on using
tickets.
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.