I also used a TwenSpec: ```val twenSpec = TweenSpe...
# compose-desktop
f
I also used a TwenSpec:
Copy code
val twenSpec = TweenSpec<IntSize>(delay = 1000, durationMillis = 3000 , easing = LinearOutSlowInEasing)
But the durationMillis seems to be ignored, because the size change happens instantly.