Allow the user to easily choose between seconds and milliseconds when working with mojs duration/shift properties.
Instead of using duration: 1000 (ms by default), the user could be able to use duration: 1 (seconds).
This is the common usage in most animation frameworks.
Allow the user to easily choose between seconds and milliseconds when working with mojs duration/shift properties.
Instead of using
duration: 1000(ms by default), the user could be able to useduration: 1(seconds).