WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
46540
Resuming animations causes webkitAnimationStart events to be fired
https://bugs.webkit.org/show_bug.cgi?id=46540
Summary
Resuming animations causes webkitAnimationStart events to be fired
Simon Fraser (smfr)
Reported
2010-09-24 17:07:57 PDT
When animations are resumed on AnimationController, webkitAnimationStarts are fired again.
Attachments
Patch
(7.75 KB, patch)
2010-10-26 11:42 PDT
,
Chris Marrin
simon.fraser
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2010-09-24 17:08:35 PDT
<
rdar://problem/8477476
>
Chris Marrin
Comment 2
2010-10-26 11:42:54 PDT
Created
attachment 71920
[details]
Patch
Simon Fraser (smfr)
Comment 3
2010-10-26 11:48:10 PDT
Comment on
attachment 71920
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=71920&action=review
r=me with some test tweaking.
> WebCore/page/animation/KeyframeAnimation.h:93 > + bool m_startEventSent;
Maybe call this m_startEventDispatched?
> LayoutTests/animations/suspend-resume-animation-events.html:15 > + -webkit-animation-duration: 1s; > + -webkit-animation-timing-function: linear; > + -webkit-animation-direction: alternate; > + -webkit-animation-iteration-count: 2;
It's a shame to add another animation test that takes significant time (slowing down the bots and everyone running tests). We should strive to make the test as brief as possible.
> LayoutTests/animations/suspend-resume-animation-events.html:64 > + runAnimationTest(expectedValues, setTimers, undefined, true);
Please add inline comments (or use named variables) to explain what 'undefined' and 'true' mean.
> LayoutTests/animations/suspend-resume-animation-events.html:72 > +This test shows suspend and resume of a box moving to the right 500px and then back to 0px. If running inside > +DumpRenderTest the box should stop at 200px after 400ms. After another 600ms the move should resume and then > +continue to complete the move in another 1.6s.
This text is superfluous.
Chris Marrin
Comment 4
2010-10-26 12:12:51 PDT
Landed in
http://trac.webkit.org/changeset/70553
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug