Why don’t you scale it up over time, using deltatime node.
- use a lerp node from 1 to 5
- use deltatime node multiplied by decimals to control the size, i.e .5 for half the growth speed. Reverse the digits to do the opposite
- profit
Why don’t you scale it up over time, using deltatime node.