tween

fun Animator.tween(    vararg vs: V2<*>,     time: TimeSpan = this.defaultTime,     easing: Easing = this.defaultEasing,     name: String? = null,     replace: Boolean = true)