You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just to confirm, with this change if you wanted to disable animations for one component, you cannot simply do:
Yeah we have discussed that disabling animations granularly is not really a use case, and when running tests, you'd disable them on the whole thing
API wise, seems obvious enough? doesn't seem much better considering it's more verbose
We haven't discussed the exact API yet, but yeah, something like <AnimationProvider disabled> sounds right. Maybe even something like <NoAnimations> or <SkipAnimations> since there no reason to import it other than disable the animations
animated
prop is primarily needed to make tests run faster and easier to writeWe need to remove it from the components and expose a provider to set the value globally
Search keywords:
The text was updated successfully, but these errors were encountered: