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)

example.html (25.7 KB) - added by sonu27 14 years ago.

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by sonu27

Attachment: example.html added

comment:1 Changed 14 years ago by rdworth

Milestone: 1.71.8

comment:2 Changed 14 years ago by Scott González

Owner: set to scott.gonzalez
Status: newassigned

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.

comment:3 Changed 14 years ago by Scott González

Resolution: fixed
Status: assignedclosed

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.