Closed (fixed)
Project:
File Tree
Version:
7.x-2.1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2012 at 21:54 UTC
Updated:
8 Feb 2013 at 08:20 UTC
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
Comment #1
joelstein commentedI 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"]