Forces a render of all active tweens which can be useful if, for example, you set up a bunch of from()
tweens and then you need to force an immediate render (even of "lazy" tweens) to avoid a brief delay before things render on the very next tick.
GreenSock Docs
TweenLite.render()
TweenLite.render( ) :
Forces a render of all active tweens which can be useful if, for example, you set up a bunch of from()
tweens and then you need to force an immediate render (even of "lazy" tweens) to avoid a brief delay before things render on the very next tick.
