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.
2 parents 9282f40 + 321a96e commit b71b354Copy full SHA for b71b354
css-view-transitions-1/Overview.bs
@@ -850,7 +850,8 @@ The {{ViewTransition/domUpdated}} [=getter steps=] are to return [=this's=] [=Vi
850
851
1. Set |document|'s [=document/active DOM transition=] to null.
852
853
- 1. [=Reject=] |transition|'s [=ViewTransition/ready promise=] with |reason|.
+ 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