Browse by Tags

Related Posts

  • animation control within a datalist

    Hi all This is really doing my head in now. I have a datalist on a page showing products that are being called in from a database - inside the datalist I want to have an AJAX animation to play to enlarge an image (I think the best way is using an animation extender) I want the effect to be like the hewdens...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by andy vickery on 11-04-2008, 12:00 AM
    Filed under: Animation, animation extendender, AnimationExtender, axaj, datalist
  • Re: Animation Extender FadeIn Causing Font Aliasing

    Here is a work-around: in javascript, call the removeAttribute method on the style attribute. var elm = document.getElementById( 'myHtmlElementId' ); elm.style.removeAttribute( "filter" ); Or you can add it to your animation: < FadeIn Fps ="30" Duration =".25"...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by BoodahPimp on 09-18-2008, 12:00 AM
    Filed under: animation extender, AnimationExtender, cleartype, DXTransform, ajaxToolkit, Animation, filter:alpha
  • Animation Extender FadeIn Causing Font Aliasing

    I'm using the animation extender to fade-in a panel (within an updatepanel) when it becomes visible do to action taken on a page by the user. The problem I'm experiencing is that when the animation is complete any text in the panel is no longer anti-aliased. I'm using the following very basic...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by drewf on 11-14-2007, 12:00 AM
    Filed under: animation extender, AnimationExtender, ajaxToolkit, Animation
  • Syntax for creating an animation for a Toolkit control?

    Hi, I'm trying to add some rather simplistic animation to a HoverMenuPopupExtender. The code is rather basic, I got most of it from the Live toolkit demo: < ajax:HoverMenuExtender ID= "RequisitionMenuExtender" PopupControlID= "RequisitionPopUpPanel" TargetControlID= "RequisitionHyperLink"...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by duckjones on 09-25-2007, 12:00 AM
    Filed under: Animation, animation extender, animation toolkit, AnimationExtender, hover menu extender
  • Creating Animation Extender dynamically in C#

    Hi I am trying to dynamically create animation extender in the Page_PreRender method. I am not sure what is going wrong. Here is the code: protected void Page_PreRender( object sender, EventArgs e) { AjaxControlToolkit. AnimationExtender Anim = new AjaxControlToolkit. AnimationExtender (); AjaxControlToolkit...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Charudatta on 06-27-2007, 12:00 AM
    Filed under: Animation, AnimationBehavior, AnimationExtender
  • Re: Discrete Animation

    Thanks again Ted, >> Essentially for ANY property in an animation (i.e. between the <Animation> and </Animation> tags) you can optionally append the word Script (like Height vs. HeightScript, Values vs. ValuesScript, etc.) and the contents can be an arbitrary JavaScript expression that...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by AGBrown on 05-11-2007, 12:00 AM
    Filed under: ajaxcontrolkit, Animation, AnimationExtender, JavaScript
  • Call AnimationExtender Animation Programmatically?

    Okay, here's what I am trying to do. If you know of a better way, feel free to respond. I have an UpdatePanel that contains a HyperLink and a Timer. The Timer's Tick event will update the HyperLink's Text and NavigateUrl attributes (asynchronously). This works fine. What I would like to do is fade...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by donkeyhotee on 04-02-2007, 12:00 AM
    Filed under: TimerControl, Animation, AnimationExtender
  • Re: use the same Ajax extender several times on a page

    Hi mathmax, Yeah , you can do that . You can have a generic animation behavior that will be triggered by multiple controls . 1) assign a BehaviourID to your AnimationExtender , assume AnimationExtenderBehaviour1. 2) Use the " set_animationTarget " method of the Behaviour to change the Target Element...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Phanatic on 02-16-2007, 12:00 AM
    Filed under: Animation, AnimationExtender
  • How do I use Animation without server-side controls?

    Hello everyone, OK, the question is how do I use Animation without server-side controls? First of all; I know it is not meant to be used without corresponding server-side controls, but I would like to try. The reason: my hosting provider will not install AJAX and, without going into much details, I can...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by tdjastrzebski on 02-13-2007, 12:00 AM
    Filed under: Animation, animation toolkit, AnimationExtender
  • Page_Validators is undefined for dynamic controls in AnimationExtender

    I'm getting this JavaScript error while using the AnimationExtender. I'm doing quite the same thing that you can see in the sample web site, but I'm adding several textbox controls and validators dynamically to the popup window. I get the error in line 2 of the code: 1 document.getElementById('ctl00_ContentPane_EAuctionControl1_validator0...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by SlavaC on 02-13-2007, 12:00 AM
    Filed under: Animation, AnimationExtender
Page 1 of 3 (23 items) 1 2 3 Next >