Tween an entity's scale to a target value
POST/entities/:entity_id/tween/scale
Smoothly animate an entity's scale over a specified duration using an easing function. Optionally wait for the animation to complete before returning.
Request
Responses
- 200
- 400
- 404
Successfully started the scale tween animation.
Invalid request (e.g., duration must be greater than 0).
Entity not found.