Bug 89064 - CSS3 calc: calc kills transition effect
Summary: CSS3 calc: calc kills transition effect
Status: RESOLVED DUPLICATE of bug 86160
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified OS X 10.7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-13 23:20 PDT by Eiji Kitamura
Modified: 2012-06-17 17:38 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eiji Kitamura 2012-06-13 23:20:31 PDT
When calc is involved in resulting style of "left", transition doesn't seem to take effect.

http://jsbin.com/ehigic/11/edit

In this example, checking the checkbox supposed to move the rectangle to
left: -webkit-calc(50% - 100px);
with transition effect but there's no effect happening.

Confirmed it works when giving static number or view it on Firefox.
Comment 1 Mike Lawther 2012-06-17 17:38:55 PDT

*** This bug has been marked as a duplicate of bug 86160 ***