PR Close #29855
This commit is contained in:
parent
d1b7d36646
commit
22294dfad1
|
@ -1200,8 +1200,8 @@ export function useAnimation(
|
|||
* query('.content', style({ opacity: 0 })),
|
||||
*
|
||||
* // animate the inner elements in, one by one
|
||||
* query('h1', animate(1000, style({ opacity: 1 })),
|
||||
* query('.content', animate(1000, style({ opacity: 1 })),
|
||||
* query('h1', animate(1000, style({ opacity: 1 }))),
|
||||
* query('.content', animate(1000, style({ opacity: 1 }))),
|
||||
* ])
|
||||
* ])
|
||||
* ]
|
||||
|
|
Loading…
Reference in New Issue