-
Creating a slider randomly moving increments
I am trying to animate a slider from number ranges 0-5. It must move in whole numbers only. For example,
12345434543212343212345432
As you see it cannot jump from 1 to 5 for example it must move 1,2,3,4,5
I’m not great at expressions but I can understand the code. I have looked into using wiggle and math.floor expressions but cannot get the gradual increments by whole numbers using wiggle. Keyframing the slider works but I need something better and more random.
Thanks in advance for any help!
Steven