The aliases can be overridden with the options. By default the normal easing function will default to ease
normal
ease
const easing = new AnimationEasing({ normal: Easing.linear });
The aliases can be overridden with the options. By default the
normal
easing function will default toease
const easing = new AnimationEasing({ normal: Easing.linear });