Bug 39969

Summary: Fix transitions of -webkit-perspective involving 'none'
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: 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)
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.