having trouble tweening size. I can get it to shrink a sprite or grow it only from the current size.
example:
I have a 150x150 sprite.
I'd like that sprite to start tiny, 10x10 and then EaseElastic to 150x150 (original size)
Is that not possible with LiteTween? if so what would the Target be?
I've tried OnStartOf Layout to set scale or size to the smaller size, but that doesn't work.