animationDuration
Control the duration of the various animations
animationDuration: number, // duration, in milliseconds
Default: 200
Animation is used each time there is a change in the calendar UI, such as navigation, resize, etc...
Usage
const cal = new CalHeatmap();
cal.paint({ animationDuration: 500 });