generateAnimationCode
Create animation code for 3D objects in Spline scenes to rotate, move, scale, or change colors with customizable duration, easing, and looping options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sceneId | Yes | Scene ID | |
| objectId | Yes | Object ID | |
| animationType | Yes | Animation type | |
| duration | No | Animation duration (ms) | |
| easing | No | Animation easing | easeInOut |
| loop | No | Whether to loop the animation | |
| params | No | Animation-specific parameters |