blob: 54c03af3913d3726694fa0a9c924c60100a4ea91 [file] [log] [blame]
// 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 = {});
};