summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/animation/scroll_timeline.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/animation/scroll_timeline.idl')
-rw-r--r--chromium/third_party/blink/renderer/core/animation/scroll_timeline.idl6
1 files changed, 1 insertions, 5 deletions
diff --git a/chromium/third_party/blink/renderer/core/animation/scroll_timeline.idl b/chromium/third_party/blink/renderer/core/animation/scroll_timeline.idl
index bd0cd9c86a0..11650883814 100644
--- a/chromium/third_party/blink/renderer/core/animation/scroll_timeline.idl
+++ b/chromium/third_party/blink/renderer/core/animation/scroll_timeline.idl
@@ -5,17 +5,13 @@
// https://wicg.github.io/scroll-animations/#scrolltimeline-interface
[
- Constructor(optional ScrollTimelineOptions options),
- ConstructorCallWith=Document,
- MeasureAs=ScrollTimelineConstructor,
- RaisesException=Constructor,
RuntimeEnabled=ScrollTimeline,
Exposed=Window
] interface ScrollTimeline : AnimationTimeline {
+ [CallWith=Document, RaisesException, MeasureAs=ScrollTimelineConstructor] constructor(optional ScrollTimelineOptions options = {});
readonly attribute Element? scrollSource;
readonly attribute ScrollDirection orientation;
readonly attribute DOMString startScrollOffset;
readonly attribute DOMString endScrollOffset;
readonly attribute (double or ScrollTimelineAutoKeyword) timeRange;
- readonly attribute FillMode fill;
};