blob: d2c2861c8b1befb6dc4fe6112c016f1ab8df0b5f [file] [log] [blame]
// Copyright 2014 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.
[
RuntimeEnabled=WebAnimationsAPI,
] partial interface Document {
readonly attribute AnimationTimeline timeline;
};