Animations for Video Export
Animations for Video Export
Add animations to your templates for dynamic video (MP4) exports.
Animation Types
Entrance Animations (In)
Play when the element appears:
- Slide — Slide in from direction
- Fade — Fade in
- Zoom — Zoom in/out
- Rotate — Rotate in
Loop Animations
Play continuously:
- Pulse — Pulsing effect
- Spin — Continuous rotation
- Bounce — Bouncing motion
Exit Animations (Out)
Play when the element exits:
- Same options as entrance
Adding Animations in Editor
- Select a layer
- Click Animations in the sidebar
- Choose animation type
- Set Direction (left, right, up, down)
- Set Duration (ms)
- Set Delay (ms)
- Preview with the Play button
Animation Properties
Property | Description |
|---|---|
Direction | Where animation starts/ends |
Duration | How long it takes (ms) |
Delay | When it starts (ms) |
Video Rendering
{
"template": "TEMPLATE_ID",
"format": "mp4",
"duration": 10000,
"fps": 30
}
duration— Total video length in millisecondsfps— Frames per second (30 recommended)
Tips
- Keep animations under total video duration
- Use delays to sequence multiple animations
- Test with Preview before rendering
- Higher FPS = smoother but more credits
Credit Calculation
Video credits = (Width × Height × FPS × Seconds) / 50,000,000
Example: 1920×1080 at 30 FPS for 10 seconds = ~13 credits
Updated on: 11/01/2026
Thank you!