blob: e0fcf922424cdad8ddffb76b9a55cb794b706aa5 [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://w3c.github.io/web-animations/#the-keyframeeffect-interfaces
[
Constructor(Element? target, (sequence<Dictionary> or Dictionary)? effect, optional (unrestricted double or KeyframeEffectOptions) options),
ConstructorCallWith=ExecutionContext,
RaisesException=Constructor,
RuntimeEnabled=WebAnimationsAPI
] interface KeyframeEffectReadOnly : AnimationEffectReadOnly {
};