Tween24.serial(
Tween24.tween("#box", 1, Ease24._6_ExpoInOut).x$(100),
Tween24.tween("#box", 1, Ease24._6_ExpoInOut).y$(100),
Tween24.tween("#box", 1, Ease24._6_ExpoInOut).x$(0),
Tween24.tween("#box", 1, Ease24._6_ExpoInOut).y$(0),
).play();