RESOLVED FIXED Bug 178932
[Web Animations] Implement the play() and pause() methods on Animation
https://bugs.webkit.org/show_bug.cgi?id=178932
Summary [Web Animations] Implement the play() and pause() methods on Animation
Antoine Quint
Reported 2017-10-27 03:19:45 PDT
The Animation interface exposes a pause() method to control the animation's playback state.
Attachments
Patch (29.64 KB, patch)
2017-12-13 15:02 PST, Antoine Quint
eric.carlson: review+
Radar WebKit Bug Importer
Comment 1 2017-10-31 06:40:23 PDT
Antoine Quint
Comment 2 2017-12-13 14:49:47 PST
*** Bug 180401 has been marked as a duplicate of this bug. ***
Antoine Quint
Comment 3 2017-12-13 15:02:05 PST
EWS Watchlist
Comment 4 2017-12-13 15:03:59 PST
Attachment 329264 [details] did not pass style-queue: ERROR: Source/WebCore/animation/WebAnimation.h:103: enum members should use InterCaps with an initial capital letter or initial 'k' for C-style enums. [readability/enum_casing] [4] Total errors found: 1 in 12 files If any of these errors are false positives, please file a bug against check-webkit-style.
Eric Carlson
Comment 5 2017-12-14 08:45:11 PST
Comment on attachment 329264 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=329264&action=review > Source/WebCore/ChangeLog:15 > + Note that the play() method exposes an auto-rewing flag which we always set to true, but other specs, Nit: "auto-rewing" ->"auto-rewinding"
Antoine Quint
Comment 6 2017-12-14 09:39:48 PST
Note You need to log in before you can comment on or make changes to this bug.