blob: 2168f5fa50463ed6d4b550deb2c17dbc8a166d4a [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),
RuntimeEnabled=CSSTypedOM
] interface TransformValue : StyleValue {
iterable<TransformComponent>;
boolean is2D();
};