[Webkit-unassigned] [Bug 40516] New: webkit-transition does not work for Elements that change from Display:none to Display:inline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 11 21:17:59 PDT 2010


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

           Summary: webkit-transition does not work for Elements that
                    change from Display:none to Display:inline
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bhellman1 at gmail.com


example: 

div {
display:none;
  opacity: 1;
  -webkit-transition: opacity 1s linear;
}

div:hover {
display:inline;
  opacity: 0;
}

The webkit-transition does not work in the example above. This is commonly used for modal overlays.

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



More information about the webkit-unassigned mailing list