Bug 20921

Summary: -webkit-animation-timing-function: inside of keyframes is ignored
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Chris Marrin <cmarrin>
Status: RESOLVED FIXED    
Severity: Normal CC: dino
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Testcase
none
Patch, including LayoutTest file sam: review+

Description Simon Fraser (smfr) 2008-09-18 14:07:40 PDT
The spec allows -webkit-animation-timing-function: to be used inside a keyframe, to affect the timing function for just that keyframe. This seems not to work.
Comment 1 Simon Fraser (smfr) 2008-09-18 14:07:59 PDT
Created attachment 23536 [details]
Testcase
Comment 2 Chris Marrin 2008-09-19 09:55:17 PDT
Created attachment 23569 [details]
Patch, including LayoutTest file
Comment 3 Simon Fraser (smfr) 2008-09-29 14:18:24 PDT
Committed r37074
	M	WebCore/ChangeLog
	M	WebCore/page/animation/AnimationBase.h
	M	WebCore/page/animation/KeyframeAnimation.cpp
	M	WebCore/page/animation/AnimationBase.cpp
	M	WebCore/page/animation/ImplicitAnimation.cpp
	M	LayoutTests/ChangeLog
	A	LayoutTests/animations/keyframe-timing-functions-expected.txt
	A	LayoutTests/animations/keyframe-timing-functions.html
r37074 = fd48da22f12234df6dbe3491dffa94b8e52fe8a4 (trunk)