AJAX Accordion Control “Flickering” Issue while implementing in DotNetNuke Site
April 27, 2009 Leave a comment
While working on DNN 5.0 site, I was trying to have a left menu navigation using AJAX Accordion. Even, I got succeeded in implementing that but i come accross an issue of – flickering the Accordion control in IE while opening and closing and navigating thru panes.
After googling, I came to know about the solution and applied which worked successfully.
Frist is, Turn off FadeTransitions Property, i mean set it to “False”,
yes, its the cute effect everybody want to have while using accordion with. But, while I set it to false and removed the TransitionDuration property – The problem of flickering issue got solved. So, everybody speak with me – “I dont want FadeTransition effect
in DNN with Accordion!”.
