docs(animations): fix typo (disbled --> disabled) (#21695)
PR Close #21695
This commit is contained in:
parent
9744a1c966
commit
8f6047340e
|
@ -325,7 +325,7 @@ export interface AnimationStaggerMetadata extends AnimationMetadata {
|
||||||
* The `@childAnimation` trigger will not animate because `@.disabled` prevents it from happening
|
* The `@childAnimation` trigger will not animate because `@.disabled` prevents it from happening
|
||||||
(when true).
|
(when true).
|
||||||
*
|
*
|
||||||
* Note that `@.disbled` will only disable all animations (this means any animations running on
|
* Note that `@.disabled` will only disable all animations (this means any animations running on
|
||||||
* the same element will also be disabled).
|
* the same element will also be disabled).
|
||||||
*
|
*
|
||||||
* ### Disabling Animations Application-wide
|
* ### Disabling Animations Application-wide
|
||||||
|
|
Loading…
Reference in New Issue