onFrame

inline fun <T : View> T.onFrame(noinline updatable: T.(TimeSpan) -> Unit): Cancellable

Deprecated

Use addUpdater instead

Replace with

addUpdater(updatable)