[RESOLVED] [2008] CollapsiblePanelExtender Animation Settings? AJAX
Anyone have a sample of how to change the animation settings of the CollapsiblePanelExtender control that is in the Ajax Control Toolkit? I can't seem to find any info on how to do this, several pages I have looked on have people talking about using the AnimationExtender control to do it, yet no one seems to have posted any actual code or sample. I just want to make the animation a little smoother, or faster/slower... ?
Re: [2008] CollapsiblePanelExtender Animation Settings? AJAX
Ended up downloading the javascript files in the toolkit, and there was AjaxControlToolkit.CollapsiblePanel.CollapsiblePanelBehavior.js which had the settings of the animation in it. Added the file to my site, changed the script path of the extender, and worked fine.