applyAnimation

fun applyAnimation(view: View, @AnimRes resId: Int)
fun applyAnimation(view: View, animation: Animations, duration: Long = DURATION_SHORT, startDelay: Long = 0, vararg params: Float, action: () -> Unit = {})