caridy / yui3-gallery

YUI3 Gallery Modules
http://yuilibrary.com/gallery
17 stars 3 forks source link

Node Accordion with animation doesn't collapse non-active panels #9

Open neilerdwien opened 13 years ago

neilerdwien commented 13 years ago

Starting with the example at:

http://caridy.github.com/examples/gallery-node-accordion/horizontal.html

I added animation by adding:

     anim: Y.Easing.easeNone,
     speed: 0.6

config parameters. My test page is at:

http://www.k-state.edu/dev/neil/node-accordion-horizontal-example.html

The result works OK in IE8 and FF3.6. However, with Safari 5.0.4 and Chrome 11.0.696.65 (all on Windows 7), once an item is expanded, it is never collapsed.