We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2150b7 commit 5ca249fCopy full SHA for 5ca249f
css-view-transitions-2/Overview.bs
@@ -692,7 +692,7 @@ the active view transition of an element is exposed to script via a property on
692
readonly attribute Promise<undefined> ready;
693
readonly attribute Promise<undefined> finished;
694
undefined skipTransition();
695
- [SameObject] attribute ViewTransitionTypeSet types;
+ [SameObject] readonly attribute ViewTransitionTypeSet types;
696
readonly attribute Element transitionRoot;
697
undefined waitUntil(Promise<any> promise);
698
};
0 commit comments