TweenComponent

constructor(    view: BaseView,     vs: List<V2<*>>,     time: TimeSpan = TimeSpan.NIL,     easing: Easing = DEFAULT_EASING,     callback: (Float) -> Unit,     c: CancellableContinuation<Unit>?,     waitTime: TimeSpan = TimeSpan.NIL,     autoInvalidate: Boolean = true)