chromium/third_party/blink/renderer/core/css/css_view_transition_rule.idl

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

[
  Exposed=Window,
  RuntimeEnabled=ViewTransitionOnNavigation
] interface CSSViewTransitionRule : CSSRule {
  [SetterCallWith=ExecutionContext] readonly attribute CSSOMString navigation;
  [RuntimeEnabled=ViewTransitionTypes, SameObject, SaveSameObject] readonly attribute FrozenArray<CSSOMString> types;
};