We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0221693 commit 321a96eCopy full SHA for 321a96e
css-view-transitions-1/Overview.bs
@@ -851,6 +851,7 @@ The {{ViewTransition/domUpdated}} [=getter steps=] are to return [=this's=] [=Vi
851
1. Set |document|'s [=document/active DOM transition=] to null.
852
853
1. If |transition|'s [=ViewTransition/ready promise=] has not yet been resolved, [=reject=] it with |reason|.
854
+ Note: The ready promise would've been resolved if skipTransition() is called after we start animating.
855
856
1. [=Reject=] |transition|'s [=ViewTransition/finished promise=] with |reason|.
857
</div>
0 commit comments