Replies: 2 comments 2 replies
-
Hi, not at the moment unfortunately. The |
Beta Was this translation helpful? Give feedback.
-
Oh, beautiful! That wasn't there last week when I was working on 0.2.0. That's a nicer effect for me. Thank you! I had sidestepped it with an effect that continuously incremented the value with a delay, and divides the animation duration by the number of steps. But then only a linear ease did any good. Basically
That will make it look like it steps through every digit to wind up. Of course has its own drawbacks. I think |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a good way to force animations to go through all the digits, or a somehow manage a series of points smoothly through the final number?
What I'm getting at is that for a number like 9000, the 0s would not really animate and it feels boring until you get to the 9.
0->000->9000
0->0001->0009->etc would look cooler.
Manually updating the value to step through numbers is doable, though slow. Just wondering if there's a clever solve to make it look more dramatic.
Thanks! Loving the package.
Beta Was this translation helpful? Give feedback.
All reactions