kavun Posted February 27, 2014 Share Posted February 27, 2014 Is there a way to tween some text's font size? Link to comment Share on other sites More sharing options...
rich Posted February 27, 2014 Share Posted February 27, 2014 Text objects are essentially Sprites, so you can scale them as you'd scale a Sprite. I've tested tweening the text size directly under 1.2 and while it works it's pretty clunky as it has to keep re-creating a new canvas each time, so I'd definitely not recommend it. Link to comment Share on other sites More sharing options...
eran Posted May 4, 2016 Share Posted May 4, 2016 I was just looking to do the same myself - text with scale tween. So thanks for the thread I'm using the update loop to change the font size - would you consider it as a good solution? rich, do all tweens re-create a new canvas each time? Are tweens considered as an "expensive" operation on the browser? Link to comment Share on other sites More sharing options...
Recommended Posts