PR Close #29855
This commit is contained in:
@ -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 }))),
|
||||
* ])
|
||||
* ])
|
||||
* ]
|
||||
|
Reference in New Issue
Block a user