Write simple DSL code to create stunning animated videos. No timelines, no keyframes — just code. It's that simple.
Pro tip: Separate scenes with two or more line breaks to create multi-scene videos.
Use the TEXT command to display any text. Wrap your text in quotes.
TEXT "Your text here"Display any text on screen
TEXT "Title" FONT Inter SIZE 48With custom font and size
Display circles, squares, rectangles, or diamonds.
SHAPE circlecircle shape
SHAPE squaresquare shape
SHAPE rectrect shape
SHAPE diamonddiamond shape
Use COLOR for text/shape color, BACKGROUND for canvas color.
COLOR #FF4D00Set text or shape color
BACKGROUND #FFFFFFSet canvas background color
Choose from 4 animation types for smooth entrances.
ANIMATION fade inFade in from transparent with scale
ANIMATION slide upSlide up from below
ANIMATION popScale pop with overshoot
ANIMATION bounceBounce effect from top
Separate scenes with two or more line breaks. Each scene plays sequentially.
How it works: The editor automatically detects new scenes when you leave 2+ line breaks between code blocks. Use the Play button to preview all scenes.
TEXT "..."Display text on screenSHAPE circle|square|rect|diamondDisplay a shapeCOLOR #HEXSet text or shape colorBACKGROUND #HEXSet background colorFONT nameSet font familySIZE numberSet font sizeANIMATION fade in|slide up|pop|bounceSet animation typeDURATION 1.5sSet scene duration in seconds