2020-06-01 04:34 AM
2020-06-01 06:39 AM
Hi @ATara.3 ,
Theoretically, it appears that what you want should be possible. If you refer to the online documentation of classes, under the documentation of the ScrollWheel class, you will find the function animateToItem(...). You can make use of this function to create the indicator effect.
/Jagdish Bisawa
2020-06-01 06:39 AM
Hi @ATara.3 ,
Theoretically, it appears that what you want should be possible. If you refer to the online documentation of classes, under the documentation of the ScrollWheel class, you will find the function animateToItem(...). You can make use of this function to create the indicator effect.
/Jagdish Bisawa
2020-06-01 08:27 AM
Thank you very much It works!!!
scrollSecond.animateToItem(digitalSeconds, -1);