[Webkit-unassigned] [Bug 20535] New: LinearTimingFunction should have control points 0, 0, 1, 1 not 0, 0, 0, 0
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 26 17:47:32 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20535
Summary: LinearTimingFunction should have control points 0,0,1,1
not 0,0,0,0
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: simon.fraser at apple.com
getComputedStyle() for transition-timing-function or animation-timing-function
returns a cubic-bezier() always. This is OK, but for a linear timing function,
it returns cubic-bezier(0,0,0,0). That should be cubic-bezier(0,0,1,1)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list