Bug 202191 - [Web Animations] Add support for the options parameter to getAnimations()
Summary: [Web Animations] Add support for the options parameter to getAnimations()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-09-25 02:54 PDT by Antoine Quint
Modified: 2020-01-27 08:51 PST (History)
16 users (show)

See Also:


Attachments
Patch (24.06 KB, patch)
2020-01-27 06:42 PST, Antoine Quint
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2019-09-25 02:54:41 PDT
Animatable.getAnimations() now takes in an options parameter, https://drafts.csswg.org/web-animations/#dom-animatable-getanimations-options-options.
Comment 1 Radar WebKit Bug Importer 2019-09-25 02:55:16 PDT
<rdar://problem/55697751>
Comment 2 Antoine Quint 2020-01-27 06:42:59 PST
Created attachment 388854 [details]
Patch
Comment 3 Antoine Quint 2020-01-27 08:51:20 PST
Committed r255149: <https://trac.webkit.org/changeset/255149>