Bug 22368 - pauseTransition API doesn't take delay into account
Summary: pauseTransition API doesn't take delay into account
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords:
Depends on: 21261
Blocks: 21247
  Show dependency treegraph
 
Reported: 2008-11-19 16:18 PST by Dean Jackson
Modified: 2009-03-02 11:51 PST (History)
3 users (show)

See Also:


Attachments
Patch for delay bug (3.88 KB, patch)
2008-11-19 16:22 PST, Dean Jackson
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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)