blob: 1c54b204ce40fda6991a9852f38dfdd4ba152a7a [file] [log] [blame]
// 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;
};