[docs] fix transition direction options (#8133)

pull/8155/head
Geoff Rich 2 years ago committed by GitHub
parent b8bc1be0a8
commit 6a23d9b65f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1099,7 +1099,7 @@ Transition functions also receive a third argument, `options`, which contains in
Available values in the `options` object are:
* `direction` - one of `in`, `out`, or `bidirectional` depending on the type of transition
* `direction` - one of `in`, `out`, or `both` depending on the type of transition
##### Transition events

Loading…
Cancel
Save