The text of this article is not in this database — only its details are. Read it on the old site: Ajax AnimationExtender Control
6 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Ajax AnimationExtender Control
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Nilesh PatkarPosted Feb 12, 2013, 3:25 AM
Hi, I tried this example. The only image is displayed on web page. There is not any changes into it on MouseOver, OnHoverOut etc. I am sending my code. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="AjaxAnimationExtenderControl.WebForm1" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <asp:Image ID="Image1" runat="server" ImageUrl="~/Sunset.jpg" /> <div> <asp:AnimationExtender ID="AnimationExtender1" runat="server" TargetControlID="Image1"> <Animations> <OnLoad> <FadeOut Duration=".5" MinimumOpacity=".2" MaximumOpacity="1" /> </OnLoad> <OnHoverOut> <Sequence> <FadeOut Duration=".5" MinimumOpacity=".2" MaximumOpacity="1" /> </Sequence> </OnHoverOut> <OnHoverOver> <FadeIn Duration=".5" MinimumOpacity=".2" MaximumOpacity="1" /> </OnHoverOver> </Animations> </asp:AnimationExtender> </div> </form> </body> </html> Thanks.
Muhannad MagladPosted Nov 11, 2012, 7:42 AM
it's very simple thank you
aman gandhiPosted Feb 23, 2011, 7:28 AM
thanks alot, from a long time i am looking for this. this article is really helpful and easy code. thanks
sheetal kumarPosted Jun 24, 2009, 2:18 AM
animation extendar con