Fix typo in animations.mdx (#8615)

transtion -> transition
This commit is contained in:
Ikko Ashimine 2021-03-11 15:19:33 +09:00 committed by GitHub
parent a4231486eb
commit e513a90427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,7 +175,7 @@ These default animations are overridden by most of the dataset controllers.
## transitions
The core transitions are `'active'`, `'hide'`, `'reset'`, `'resize'`, `'show'`.
A custom transtion can be used by passing a custom `mode` to [update](../developers/api.md#updatemode).
A custom transition can be used by passing a custom `mode` to [update](../developers/api.md#updatemode).
Transition extends the main [animation configuration](#animation-configuration) and [animations configuration](#animations-configuration).
### Default transitions