Bug 39969
Summary: | Fix transitions of -webkit-perspective involving 'none' | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | cmarrin, dino |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | OS X 10.5 |
Simon Fraser (smfr)
When -webkit-perspective animates between "none" and a valid value, we treat "none" as zero, so we start animating from a small value, which looks wrong.
We should treat "none" as "infinity".
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
> We should treat "none" as "infinity"
Now I realize the folly of this proposal. Interpolating from infinity to anything will always give you infinity.