flipdown icon indicating copy to clipboard operation
flipdown copied to clipboard

good to have a counter which increase or decrease to updated value

Open vijhhh2 opened this issue 5 years ago • 0 comments

Hi, What you have done so good. But it will be good to have a counter also, which increase or decrease to updated value not instantly but it should show some flip anmation before updating the value and stops at updated value. Ex: var counter = new Counter(some initial value);

counter.IncrementTo(updated value, transistionTime);

suppose my current value is 3 and called incrementTo function with value of 10 and transition time of 3sec, It should show animation like changing from 3,4,5,6...and it should stop at 10.

I know it is a lot of work, But it will be a very good enhancement for your pliugin.

Regards, Vijay

vijhhh2 avatar Oct 23 '19 13:10 vijhhh2