Changing the animation widget

In cases of visualizing monthly data, It would look better if the animation timer was skipping months and not seconds. is that possible?

or at least to hide the hours and seconds displayed in the widget.

thanks

Hi there,

You can customize and style the widgets using your own css, see Animation.applyThemeChanges. You can also update how the time is formatted using AnimationViewModel.timeFormatter.

Thanks, hope that helps!

Gabby