fadeIn

fun <Error class: unknown class>.fadeIn(durationMillis: Long = 500, showAnimation: Boolean = true)

fadeIn is an extension function that start an Fade In animation in a view when is called

Parameters

durationMillis

is the time the animation will take to run

showAnimation

sending this to false, will not show the animation in the screen