Sets default options for animations and transitions.
The default duration for all animations and transitions (in milliseconds).
The default timing function that controls the acceleration of animations and transitions.
See MDN documentation for a list of pre-defined timing functions.
Whether animation is enabled.
By default animations are enabled, unless the user has configured their system to minimize non-essential motion.
Set this to false
to disable animation globally.
This can be useful in full-stack integration tests.