-
Counter rounding and then no rounding?
I’m using this expression as a counter, and I want it to round while counting, but not round upon finishing (so it ends on 3.9). Any suggestions? I thought this would be easier than it’s ended up being :/
timeA = 0; timeB = 1; Math.round(linear(time, timeA,timeB, 0, 3.9))+'%';