docs: remove extra parenthesis from inline animations snippet (#32735)
PR Close #32735
This commit is contained in:
parent
0ea4875b10
commit
e9867e8ae1
@ -707,7 +707,7 @@ export function group(
|
|||||||
*
|
*
|
||||||
* ```typescript
|
* ```typescript
|
||||||
* sequence([
|
* sequence([
|
||||||
* style({ opacity: 0 })),
|
* style({ opacity: 0 }),
|
||||||
* animate("1s", style({ opacity: 1 }))
|
* animate("1s", style({ opacity: 1 }))
|
||||||
* ])
|
* ])
|
||||||
* ```
|
* ```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user