[Webkit-unassigned] [Bug 55137] New: Animate to Natural Value
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 24 05:36:38 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55137
Summary: Animate to Natural Value
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Minor
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: chriscoyier at gmail.com
It would be nice to be able to animate an element to it's auto value.
@-webkit-animation slideDown {
0% { height: 0; }
100% { height: auto; }
}
Like how a JavaScript library like jQuery can do $("#thing").hide().slideDown(); and it slides down to the correct original natural height of that element.
--
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