...with RIAnimation
I have just published the early Alpha Release of RIAnimation. The build includes a very simple sample website and the source for the custom RIAnimator ASP.NET control. The RIAnimator control provides a ridiculously simple way of adding Rich Interactive Animation to your ASP.NET projects. It exposes a few properties which compile a nice clean JavaScript block for you. The RIAnimator contol builds the animation using the RIAnimation.RIAnimationScripts Class. These scripts include default settings and make it easy to create custom animations that go far beyond your needs.
The goal of RIAnimation was to create a Rich Interactive Animation Library for building robust animations, but at the same time provide a simplified control to expose only the necessary properties. We built RIAnimation on top of JQuery and Interface. JQuery is a comprehensive JavaScript library that has a very useful seletor class and exposes events quite nicely. Interface is an effects extension for JQuery. It has some really nice prebuilt animations that are easy to implement.
RIAnimation is fully compatible with ASP.NET AJAX and is insanely easy to use. You can add animation to your ASP.NET projects without writing a single line of code!
Please cheack back soon for a production-ready build with loads of improvements!