How does FadeOutAnimation work in IE

Last post 11-06-2007 1:20 PM by coderGeek. 0 replies.

Sort Posts:

  • How does FadeOutAnimation work in IE

    11-06-2007, 1:20 PM
    • Loading...
    • coderGeek
    • Joined on 06-16-2007, 11:48 AM
    • Posts 63

    If you call this one line of code to change the opacity of a div element. 

    AjaxControlToolkit.Animation.FadeOutAnimation.play($get(idOfDomElement), 15, 30, .2, 1, null);

    It works in IE, FF, and Opera fine.  In FF I can see that what it does is to change the style.opacity property of the div.  In IE, the element fades visually but the style.opacity is not modified.  In order to write unit tests for this, I need to know what changed.  Can you tell me how FadeOutAnimation works in IE?

    Thanks!

    Filed under: , , , ,
Page 1 of 1 (1 items)
Microsoft Communities
Page view counter