Bug 39969 - Fix transitions of -webkit-perspective involving 'none'
Summary: Fix transitions of -webkit-perspective involving 'none'
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-31 14:04 PDT by Simon Fraser (smfr)
Modified: 2010-06-11 15:45 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 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".
Comment 1 Simon Fraser (smfr) 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.