It can be used instead of plain integers for animation durations.
In contrast to the basic integers, the new animation type uses a suffix to indicate the unit of time, ms or s.
It can also optionally override the easing function used for the particular animation.
As a test, this also adds a new elasticEaseOut easing function.
This PR adds a new config option type, animation.
It can be used instead of plain integers for animation durations. In contrast to the basic integers, the new animation type uses a suffix to indicate the unit of time,
ms
ors
. It can also optionally override the easing function used for the particular animation.As a test, this also adds a new elasticEaseOut easing function.
Fixes #6