-
Using Expression and Slider Effect to Animate Number Count
Hi,
I am building an animated counter in After Effects CC 2014 using the expression below with a slider effect on a text layer.
Math.round(effect(“Slider Control”)(“Slider”))
This works great! Except that it limits out at 1,000,000 and I need final count of over 9,000,000.
Does anyone know of a trick to overcome this count ceiling using this effect? Or another means to achieve the same goal?
Thanks!