cancel
Showing results for 
Search instead for 
Did you mean: 

Hi, guys. I use the scroll wheel to set the timer. A digital clock is used to display the countdown. Is it possible that after clicking the button, the scroll wheel has turned from a control to an indicator? And start to countdown?

ATara.3
Associate II
 
1 ACCEPTED SOLUTION

Accepted Solutions
Jagdish Bisawa
Associate III

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

View solution in original post

2 REPLIES 2
Jagdish Bisawa
Associate III

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

ATara.3
Associate II

Thank you very much It works!!!

scrollSecond.animateToItem(digitalSeconds, -1);