Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Controller): respect
default.pause
prop when false
Previously, the `pause` prop would override `default.pause` except when the latter was true. Now, the `pause` prop must be a boolean before `default.pause` is overridden. This ensures the paused async animation is resumed (if one exists) when the default `pause` prop is changed to false.
- Loading branch information