[Webkit-unassigned] [Bug 23528] CSS transitions on opacity fail when used with visibility in certain circumstances

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 20 05:41:07 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=23528


neelima.web at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |neelima.web at gmail.com




------- Comment #2 from neelima.web at gmail.com  2009-02-20 05:41 PDT -------
I have done some analysis on this bug.My observations are:
Its working fine in safari browser ,but not working in IE.As the opacity is new
property introduced in CSS3.Neither IE 6 nor 7 support the CSS 3 opacity
property. Instead, IE supports a Microsoft-only property "alpha filter". So, to
get transparency in IE, opacity should be multiplied by 100 and an alpha filter
should be added  to the style .
e.g., filter:Alpha(opacity 1to 100) property is to be used to get the changes
refelected in IE.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list