ASP.NET AJAX Control Toolkit AnimationExtender Using a Condition
Tuesday, December 12th, 2006The ASP.NET AJAX Control Toolkit includes a control called the AnimationExtender which provides a framework for adding animation effects to web pages. One ability of the AnimationExtender is to execute code based on a condition using the Condition Animation rules. Condition Animation will “play” specific child animations based on the boolean result of the conditionScript. [...]