kvision / pl.treksoft.kvision.core / Widget / fadeIn

fadeIn

(js) open fun fadeIn(duration: Int = 400, easing: Easing = Easing.SWING, complete: (() -> Unit)? = null): Widget

Shows current widget with fade in effect.

Parameters

duration - a duration of the animation

easing - an easing function to use

complete - a callback function called after the animation completes

Return
current widget