RESOLVED INVALID 39969
Fix transitions of -webkit-perspective involving 'none'
https://bugs.webkit.org/show_bug.cgi?id=39969
Summary Fix transitions of -webkit-perspective involving 'none'
Simon Fraser (smfr)
Reported 2010-05-31 14:04:19 PDT
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
Simon Fraser (smfr)
Comment 1 2010-06-11 15:45:49 PDT
> We should treat "none" as "infinity" Now I realize the folly of this proposal. Interpolating from infinity to anything will always give you infinity.
Note You need to log in before you can comment on or make changes to this bug.