Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » AJAX » Animation   (RSS)
Hello all , Today I grow a year older , I am now all of 26 !!! As return gifts to everyone, I am giving out a demo application that encompasses most of my knowledge about the AjaxControlToolkit Animation Extender. Here is a list of the Animations that Read More...
Download Sample Code : while working with the AnimationExtender on an ASPX Page ,One would run into a scenario wherein you would need to associate the same animation with multiple Elements on the page. Some Examples are : Associate an Animation with the Read More...
An ignored / unknown / very useful feature of the animation Framework is that it allows you to control the animation as its playing. You can Play, Pause , Resume , Stop and Quit an Animation Instance by using appropriate methods in JavaScript. Setting Read More...
Hi , Over the past couple of months, I have been actively contributing to the Asp.net Ajax forums and have come across some very weird and challenging problems to solve.Anyone who's been at the forums can tell, the community is VERY Active and helpful Read More...
We will discuss the various ways in which one can animate a visual element using the MS AJAX Animation. The Example would be to resize a div named "queryReply" to have a height of 100px and width of 200px On Click of the Div . 1) The Simplest Way , Markup Read More...
While working on some documentation and presentations for MS AJAX Animation ( wait for it , its gonna rock !! ) , I made what you see in the demo video. Its basic premise is this : Allow the User to plot points on a plane Then trigger an animation that Read More...
I hang out at the forums a lot .( http://forums.asp.net/1022/ShowForum.aspx ), I go by phanatic. Looking at a couple of threads let me know that there are no examples of the caseAnimation anywhere :-( Ok, so I built a simple sample which illustrates the Read More...
The Sys.Preview.UI.Effects Namespace contains a couple of animations that one can use in their applications. Here , we will talk about how to use the FadeAnimation thats present in the Sys.Preview.UI.Effects NameSpace. The Scripts that are to be included Read More...
We will talk about how to use the MS-Ajax Animation Framework without any server-side code. The sample completely illustrates how to instantiate and use the Animation Controls by including the proper script references. 1) Include the following scripts Read More...
We can assocaite multiple controls on a single event on a control firing by using the "AnimationTarget" attribute of the Animation class. lets take the example of a strip of thumbnails which should move upon click on the first thumbnail. See Demo here Read More...
Assigning Animations to Client-Side Controls If you need to assign Animation Behaviour to any Client-Side Controls using the AjaxControlToolKit's Animation Extender Control , you gotta Explicitly create the AnimationExtender Control on the Client side Read More...
See Demo here 1) Register the AjaxControlToolkit in your page <%@ Register Assembly= "AjaxControlToolkit" Namespace= "AjaxControlToolkit" TagPrefix= "cc1" %> 2) Add a Script Manager 1: <!-- Mandatory Script Manager Control--> 2: <asp:ScriptManager Read More...
 
Page view tracker