RIAnimation v1 is officially released!
Bring your ASP.NET projects to life with RIAnimation. We have taken the jQuery UI JavaScript library and combined it with the power of ASP.NET. Our goal is to provide the rich, interactive animations in jQuery to the millions of Micosoft ASP.NET developers. RIAnimation gives you (a developer/designer) the ability to add animation to your ASP.NET websites without writing a single line of code. At the same time we have exposed JavaScript builder utilities that empower you to create customized animations as simple or complex as you can handle. We really have created the easiest and most powerful way to implement animation in ASP.NET. With RIAnimation, adding sophisticated interaction to your existing web apps is as easy as dropping our control on the form and setting three properties!
Animation Support
- Drop Animations
DropInFromTop, DropInFromBottom, DropInFromLeft, DropInFromRight, DropOutToTop, DropOutToBottom, DropOutToLeft, DropOutToRight
- Slide Animations
SlideInFromTop, SlideInFromBottom, SlideInFromLeft, SlideInFromRight, SlideOutToTop, SlideOutToBottom, SlideOutToLeft, SlideOutToRight
- Movement Animations
Bounce, Shake, Fold, Unfold, Implode, Explode, TransferTo
- Blind Animations
BlindInVertically, BlindInHorizontally, BlindOutVertically, BlindOutHorizontally
- Fade Animations
FadeIn, FadeOut, Pulsate
- Scale Animations
Grow, Shrink, Puff
- Display Animations
Show, Hide, Highlight, OpenVertically, OpenHoriztonally, CloseVertically, CloseHorizontally
- Launch the Animation Viewer!
- Built using jQuery UI Effects
RIAnimation is based on jQuery and has recently been adopted by Microsoft.
- ASP.NET AJAX Enhanced
Integrate RIAnimation into any ASP.NET AJAX app to visualize your callbacks.
- No code required
We made animation easy, just drop the RIAnimator control in any app without changing your code!
- Open API
Build your own animations with the robust JavaScript builder utilities.
Rated in the Top 10 by CoDe Magazine for Free Extensions on Visual Studio Gallery.
Extending Your Development Experience with Visual Studio Gallery
Mike E. Yeager
"First can I just say what you have done with RIAnimation is superb and is exactly the thing I was after. "
Khoa
"Nothing like having a server control to drop in instead of writing/debugging JS code..."
Jason Clark
"I recently started working with ASP.NET and Ajax. I really love your RIAnimation control. Keep up the good work."
Sai Gudigundla
Downloads
-
This package supports .NET 2.0 builds and is compatible with ASP.NET AJAX 1.0. It also includes a sample website and a full reference documentation(chm).
-
This package supports .NET 3.5 builds and is compatible with ASP.NET AJAX 3.5. It also includes a sample website and a full reference documentation(chm).
-
This is the complete reference document guide for RIAnimation. It includes all of the information you need to understand how RIAnimation works. You can browse this information at RIAnimation Online Help.
Design Time
<hhm:RIAnimator ID="RIAnimator1" runat="server" TriggerControlID="BtnDemo" TargetControlID="PnlDemo" TriggerEvent="Click" Animation="Bounce"></hhm:RIAnimator>
Code Behind (C#)
protected void Page_Load(object sender, EventArgs e)
{
HHM.RIAnimation.RIAnimator RIA = new HHM.RIAnimation.RIAnimator();
RIA.TriggerControlID = "PnlDemo";
RIA.TriggerEvent = HHM.RIAnimation.Options.TriggerEvent.HoverOver;
RIA.Animation = HHM.RIAnimation.Animation.Explode;
this.Page.Controls.Add(RIA);
}
We will be posting full tutorials soon!
RIAnimation is completely free ASP.NET software and is offered under the MIT License.