Bug 22368

Summary: pauseTransition API doesn't take delay into account
Product: WebKit Reporter: Dean Jackson <dino>
Component: Tools / TestsAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarrin, dino, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Bug Depends on: 21261    
Bug Blocks: 21247    
Attachments:
Description Flags
Patch for delay bug koivisto: review+

Description Dean Jackson 2008-11-19 16:18:15 PST
The pauseTransition API currently only applies to the time within the animation, and ignores any delay. The attached patch makes sure delay is taken into account.
Comment 1 Dean Jackson 2008-11-19 16:22:56 PST
Created attachment 25289 [details]
Patch for delay bug
Comment 2 Antti Koivisto 2008-11-20 13:59:50 PST
Comment on attachment 25289 [details]
Patch for delay bug

r=me
Comment 3 Simon Fraser (smfr) 2008-11-20 16:44:41 PST
Committed r38644
	M	WebCore/ChangeLog
	M	WebCore/page/animation/AnimationBase.cpp
	M	LayoutTests/ChangeLog
	A	LayoutTests/transitions/transition-drt-api-delay.html
	A	LayoutTests/transitions/transition-drt-api-delay-expected.txt
r38644 = 5f535b9ff8b1ca8c0d663916c65b98c37fc629b9 (trunk)