Max
12/16/2020, 9:04 AMval view = SolidRect(width = 20.0, height = 5.0, color = Colors.RED)
view.tween(view::x[10.0, 100.0], time = 1000.milliseconds)
view.tween(*view::x*[10.0, 100.0], ...) does not work as view.x is Koltin.Double and not KMutableProperty
Am i doing something wrong or does this not work when i am using korge-js and not the common api?Deactivated User
12/16/2020, 11:22 AMMax
12/16/2020, 11:28 AMDeactivated User
12/16/2020, 11:38 AMMax
12/16/2020, 11:48 AMjeff
12/16/2020, 2:58 PMMayank
12/16/2020, 4:03 PMimport com.soywiz.korge.tween.get
Max
12/16/2020, 4:25 PMnanodeath
12/16/2020, 5:30 PMDeactivated User
12/16/2020, 5:36 PMget
overloadsMax
12/18/2020, 8:43 AM