WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 16020
55137
Animate to Natural Value
https://bugs.webkit.org/show_bug.cgi?id=55137
Summary
Animate to Natural Value
Chris Coyier
Reported
2011-02-24 05:36:38 PST
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2011-02-24 10:59:12 PST
*** This bug has been marked as a duplicate of
bug 16020
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug