File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -452,7 +452,7 @@ The {{ViewTransition}}'s [=active types=] are populated in one of the following
452
452
<div class=example>
453
453
For example, the developer might start a transition in the following manner:
454
454
```js
455
- document.startViewTransition({update: updateTheDOMSomehow, type : ["slide-in", "reverse"] });
455
+ document.startViewTransition({update: updateTheDOMSomehow, types : ["slide-in", "reverse"] });
456
456
```
457
457
458
458
This will activate any of the following selectors:
@@ -528,7 +528,7 @@ The {{ViewTransition/types}} [=getter steps=] are to return [=this=]'s [=ViewTra
528
528
The [=@view-transition/types=] descriptor
529
529
530
530
<pre class='descdef'>
531
- Name : type
531
+ Name : types
532
532
For : @view-transition
533
533
Value : none | <<custom-ident>>+
534
534
Initial : none
You can’t perform that action at this time.
0 commit comments