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
|
||||
* sequence([
|
||||
* style({ opacity: 0 })),
|
||||
* style({ opacity: 0 }),
|
||||
* animate("1s", style({ opacity: 1 }))
|
||||
* ])
|
||||
* ```
|
||||
|
|
Loading…
Reference in New Issue