blob: 61ee2d80c04118ac460a231c73f40e8608f838c4 [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.
[
Constructor(),
Constructor(sequence<TransformComponent> transformComponents),
Exposed=(Window,PaintWorklet),
RuntimeEnabled=CSSTypedOM
] interface TransformValue : CSSStyleValue {
iterable<TransformComponent>;
boolean is2D();
};