When running on IE with a large amount of files (1,500 range), the animation cause expand and collapse to be extremely slow. To remedy the issue I removed the speed from show and hide. I tried setting $.fx.off to true if the browser was IE, but that didn't work as well as removing the speed. I would provide a patch, but I'm sure some still want the animations. I wanted to post this for other people that may run into the same situation.

Thanks,
Steve

Comments

joelstein’s picture

Status: Active » Fixed

I added an option to the latest DEV called "animation" which you can set to false to disable the folder animations per filetree. Example:

[filetree dir="some-directory" animation="false"]

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.