Bug 18559 - Transition timing function parsing should have 'ease'
Summary: Transition timing function parsing should have 'ease'
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-17 16:00 PDT by Dean Jackson
Modified: 2008-04-18 12:49 PDT (History)
1 user (show)

See Also:


Attachments
patch for ease transition (2.60 KB, patch)
2008-04-17 16:02 PDT, Dean Jackson
hyatt: review+
Details | Formatted Diff | Diff
test case for different timing functions (2.32 KB, text/html)
2008-04-17 16:03 PDT, Dean Jackson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2008-04-17 16:00:49 PDT
According to the latest specs for CSS Transitions, the timing function code should accept 'ease' and use it as default.

See http://webkit.org/specs/CSSVisualEffects/CSSTransitions.html

Patch and testcase attached
Comment 1 Dean Jackson 2008-04-17 16:02:58 PDT
Created attachment 20644 [details]
patch for ease transition
Comment 2 Dean Jackson 2008-04-17 16:03:53 PDT
Created attachment 20645 [details]
test case for different timing functions
Comment 3 Dave Hyatt 2008-04-17 17:40:20 PDT
Comment on attachment 20644 [details]
patch for ease transition

r=me
Comment 4 Dean Jackson 2008-04-18 12:49:27 PDT
fixed in r32221