summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/blink/renderer/core/animation/document_timeline.idl
blob: 54c03af3913d3726694fa0a9c924c60100a4ea91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// https://drafts.csswg.org/web-animations/#the-documenttimeline-interface

[
    RuntimeEnabled=WebAnimationsAPI,
    Exposed=Window
] interface DocumentTimeline : AnimationTimeline {
  [CallWith=ExecutionContext] constructor(optional DocumentTimelineOptions options = {});
};