Skip to content

nextRender

Wait for the next render cycle.

Key Property

nextRender ( item: function, bind?: object )

Executes the item callback on the next render frame. You can bind this via the bind parameter.

removeNextRender ( item: function )

Remove a nextRender() listener.

Belongs to

UI Element

Released under the MIT License.