[Webkit-unassigned] [Bug 46087] Visibility property doesn't get animated through -webkit-transition

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 7 01:31:52 PST 2010


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





--- Comment #2 from Andrey Okonetchnikov <andrej.okonetschnikow at gmail.com>  2010-12-07 01:31:53 PST ---
CSS

div {
visibility: visible;
-webkit-transisiton: visibility 1s;
}
div.invisible {
visibility: hidden
}

Then apply .invisible to a div on your page.

-- 
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