Hi Stmarti,
As far as I know, I'm afraid that we cannot turn off the animation effect(not the Fade In/Out) by setting any properties directly.
By the way, I suggest that you should use Fiddler to find out which part occupied the most time and improve it. As far as I know, the efficiency of running your application on IE and Firefox are similar.
Best Regards,
Jonathan
Jonathan Shen – MSFT:
I'm afraid that we cannot turn off the animation effect(not the Fade In/Out) by setting any properties directly
Just also checked the accordionbehavior.js, and seems impossible to turn off animation without modify the source code.
Jonathan Shen – MSFT:
By the way, I suggest that you should use Fiddler to find out which part occupied the most time and improve it
There is no postback/dynamic update when an accordionpane selected. The accordion is a simple cosmetic effect for some partof my page
Jonathan Shen – MSFT:
As far as I know, the efficiency of running your application on IE and Firefox are similar.
I think for simple layouts (paragraphs with some text) the accordion user experience are the same for IE and Firefox.
Unfortunatelly my accordion panes contain tables. And here the animation in firefox is very slow compared to ie6/7.
This is not an accordion problem.
The final solution for me: I've forgot the accordion control, and quickly developed a simpler "accordion" extender from the scratch, so problem solved...
No comments:
Post a Comment