althougth the page loads up fine now, have to add TargetControlID and reference an empty ASPPanel to get it to work, but the following doesnt work
HTML:
<div id="faveThing" />
Javascript on a Click Event:
var _faveThingCTRL = new Sys.UI.Control($get('faveThing'));
AjaxControlToolkit.Animation.FadeOutAnimation.play(_faveThingCTRL, 30, 5, 10, 80, true);
Object of type "Object" cannot be converted to type AjaxControlTolkit.Animation.FadeOutAnimation;. Parameter name: instance
Anyone know why?
Thanks.