RESOLVED DUPLICATE of bug 16020 113871
CSS3 transition from width/height auto causes transition from width/height 0
https://bugs.webkit.org/show_bug.cgi?id=113871
Summary CSS3 transition from width/height auto causes transition from width/height 0
webkit
Reported 2013-04-03 06:02:31 PDT
1. Give div width "auto" and a fixed height. 2. Add content to div such that it has width 10px 3. Set css width transition on div. 4. Set div width to 400p. Expected results: The draft doesn't say anything about transitions from/to auto so I'd expect no transition to occur and for the div to immediately grow in size. Actual results: The div immediately shrinks to a width of 0 and then grows in size to 400px. This is pretty ugly.
Attachments
Nikita Vasilyev
Comment 1 2013-08-27 20:12:20 PDT
*** 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.