Browse by Tags

Related Posts

  • 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
Page 1 of 1 (2 items)