{
"version": "1.0",
"video": {
"width": 1920,
"height": 1080,
"fps": 30,
"background": "#0a0a1a"
},
"scenes": [
{
"duration": 5.0,
"layout": {
"direction": "column",
"align_items": "center",
"justify_content": "center",
"gap": 24,
"padding": 60
},
"children": [
{
"type": "text",
"content": "rustmotion :)",
"style": {
"font-size": 96,
"color": "#FFFFFF",
"font-weight": "bold",
"text-align": "center",
"letter-spacing": 8.0,
"animation": [
{
"name": "keyframes",
"keyframes": [
{
"property": "opacity",
"keyframes": [
{ "time": 0.0, "value": 0 },
{ "time": 1.2, "value": 1.0 }
],
"easing": "ease_out"
},
{
"property": "blur",
"keyframes": [
{ "time": 0.0, "value": 20 },
{ "time": 1.2, "value": 0 }
],
"easing": "ease_out"
},
{
"property": "scale",
"keyframes": [
{ "time": 0.0, "value": 0.9 },
{ "time": 1.2, "value": 1.0 }
],
"easing": "ease_out"
}
]
},
{
"color": "#6366F1",
"radius": 30,
"intensity": 2.5,
"name": "glow"
}
]
}
},
{
"type": "text",
"content": "Feature Showcase",
"style": {
"font-size": 36,
"color": "#94A3B8",
"text-align": "center",
"letter-spacing": 4.0,
"animation": [
{
"delay": 0.6,
"duration": 0.8,
"name": "fade_in_up"
}
]
}
},
{
"type": "shape",
"shape": "rounded_rect",
"size": {
"width": 120,
"height": 4
},
"style": {
"fill": {
"type": "linear",
"colors": ["#6366F1", "#EC4899"],
"angle": 90
},
"border-radius": 2,
"animation": [
{
"delay": 1.0,
"duration": 0.6,
"name": "scale_in"
}
]
}
}
]
},
{
"duration": 6.0,
"transition": {
"type": "slide",
"duration": 0.6
},
"background": "#0B1120",
"layout": {
"direction": "column",
"align_items": "center",
"justify_content": "center",
"gap": 40,
"padding": 60
},
"children": [
{
"type": "text",
"content": "1. Text Styles",
"style": {
"font-size": 28,
"color": "#6366F1",
"font-weight": "bold",
"text-align": "center",
"letter-spacing": 3.0,
"animation": [
{
"duration": 0.5,
"name": "fade_in_up"
}
]
}
},
{
"type": "text",
"content": "Bold & Beautiful",
"style": {
"font-size": 72,
"color": "#FFFFFF",
"font-weight": "bold",
"text-align": "center",
"text-shadow": {
"color": "#6366F180",
"offset_x": 0,
"offset_y": 4,
"blur": 20
},
"animation": [
{
"delay": 0.2,
"duration": 0.6,
"name": "fade_in_up"
}
]
}
},
{
"type": "text",
"content": "Outlined text",
"style": {
"font-size": 56,
"color": "#00000000",
"font-weight": "bold",
"text-align": "center",
"stroke": {
"color": "#38BDF8",
"width": 2
},
"animation": [
{
"delay": 0.4,
"duration": 0.6,
"name": "fade_in_up"
}
]
}
},
{
"type": "text",
"content": " Highlighted text ",
"style": {
"font-size": 36,
"color": "#FFFFFF",
"text-align": "center",
"text-background": {
"color": "#6366F1",
"padding": 12,
"corner_radius": 8
},
"animation": [
{
"delay": 0.6,
"duration": 0.6,
"name": "fade_in_up"
}
]
}
},
{
"type": "text",
"content": "Multi-line text with\ncustom line height",
"max_width": 600,
"style": {
"font-size": 32,
"color": "#CBD5E1",
"text-align": "center",
"line-height": 1.8,
"font-style": "italic",
"animation": [
{
"delay": 0.8,
"duration": 0.6,
"name": "fade_in_up"
}
]
}
}
]
},
{
"duration": 6.0,
"transition": {
"type": "fade",
"duration": 0.5
},
"background": "#0B1120",
"layout": {
"direction": "column",
"align_items": "center",
"justify_content": "center",
"gap": 40,
"padding": 60
},
"children": [
{
"type": "text",
"content": "2. Shapes & Gradients",
"style": {
"font-size": 28,
"color": "#6366F1",
"font-weight": "bold",
"text-align": "center",
"letter-spacing": 3.0,
"animation": [
{
"duration": 0.5,
"name": "fade_in"
}
]
}
},
{
"type": "card",
"size": {
"width": 1400,
"height": "auto"
},
"style": {
"flex-direction": "row",
"align-items": "center",
"justify-content": "center",
"gap": 48,
"padding": 32,
"animation": [
{
"delay": 0.2,
"duration": 0.6,
"name": "fade_in_up"
}
]
},
"children": [
{
"type": "shape",
"shape": "rounded_rect",
"size": {
"width": 180,
"height": 180
},
"style": {
"fill": {
"type": "linear",
"colors": ["#6366F1", "#8B5CF6"],
"angle": 135
},
"border-radius": 32,
"animation": [
{
"delay": 0.3,
"duration": 0.6,
"name": "scale_in"
}
]
}
},
{
"type": "shape",
"shape": "circle",
"size": {
"width": 180,
"height": 180
},
"style": {
"fill": {
"type": "radial",
"colors": ["#EC4899", "#F43F5E"]
},
"animation": [
{
"delay": 0.5,
"duration": 0.6,
"name": "scale_in"
}
]
}
},
{
"type": "shape",
"shape": {
"star": {
"points": 5
}
},
"size": {
"width": 180,
"height": 180
},
"style": {
"fill": "#FBBF24",
"stroke": {
"color": "#F59E0B",
"width": 2
},
"animation": [
{
"delay": 0.7,
"duration": 0.6,
"name": "scale_in"
},
{
"property": "rotation",
"amplitude": 5,
"frequency": 1,
"seed": 42,
"name": "wiggle"
}
]
}
},
{
"type": "shape",
"shape": {
"polygon": {
"sides": 6
}
},
"size": {
"width": 180,
"height": 180
},
"style": {
"fill": {
"type": "linear",
"colors": ["#22C55E", "#10B981"],
"angle": 180
},
"animation": [
{
"delay": 0.9,
"duration": 0.6,
"name": "scale_in"
}
]
}
},
{
"type": "shape",
"shape": "triangle",
"size": {
"width": 180,
"height": 180
},
"style": {
"fill": {
"type": "linear",
"colors": ["#38BDF8", "#0EA5E9"],
"angle": 0
},
"animation": [
{
"delay": 1.1,
"duration": 0.6,
"name": "scale_in"
}
]
}
}
]
},
{
"type": "shape",
"shape": "rounded_rect",
"size": {
"width": 400,
"height": 70
},
"text": {
"content": "Text in Shape",
"font_size": 26,
"color": "#FFFFFF",
"font_weight": "bold",
"align": "center",
"vertical_align": "middle"
},
"style": {
"fill": {
"type": "linear",
"colors": ["#6366F1", "#EC4899"],
"angle": 90
},
"border-radius": 40,
"animation": [
{
"delay": 1.3,
"duration": 0.6,
"name": "fade_in_up"
}
]
}
}
]
},
{
"duration": 6.0,
"transition": {
"type": "wipe_right",
"duration": 0.6
},
"background": "#0B1120",
"layout": {
"direction": "column",
"align_items": "center",
"justify_content": "center",
"gap": 32,
"padding": 60
},
"children": [
{
"type": "text",
"content": "3. Icons & Glow",
"style": {
"font-size": 28,
"color": "#6366F1",
"font-weight": "bold",
"text-align": "center",
"letter-spacing": 3.0,
"animation": [
{
"duration": 0.5,
"name": "fade_in"
}
]
}
},
{
"type": "card",
"size": {
"width": 1200,
"height": "auto"
},
"style": {
"flex-direction": "row",
"align-items": "center",
"justify-content": "space_evenly",
"padding": 40,
"animation": [
{
"delay": 0.2,
"duration": 0.6,
"name": "fade_in_up"
}
]
},
"children": [
{
"type": "icon",
"icon": "lucide:rocket",
"size": {
"width": 72,
"height": 72
},
"style": {
"color": "#6366F1",
"animation": [
{
"delay": 0.3,
"duration": 0.8,
"name": "bounce_in"
},
{
"color": "#6366F1",
"radius": 20,
"intensity": 2.0,
"name": "glow"
}
]
}
},
{
"type": "icon",
"icon": "lucide:zap",
"size": {
"width": 72,
"height": 72
},
"style": {
"color": "#FBBF24",
"animation": [
{
"delay": 0.5,
"duration": 0.8,
"name": "bounce_in"
},
{
"color": "#FBBF24",
"radius": 20,
"intensity": 2.0,
"name": "glow"
}
]
}
},
{
"type": "icon",
"icon": "lucide:heart",
"size": {
"width": 72,
"height": 72
},
"style": {
"color": "#F43F5E",
"animation": [
{
"delay": 0.7,
"duration": 0.8,
"name": "bounce_in"
},
{
"property": "scale",
"amplitude": 0.08,
"frequency": 2,
"mode": "sine",
"name": "wiggle"
},
{
"color": "#F43F5E",
"radius": 20,
"intensity": 2.0,
"name": "glow"
}
]
}
},
{
"type": "icon",
"icon": "lucide:code",
"size": {
"width": 72,
"height": 72
},
"style": {
"color": "#22C55E",
"animation": [
{
"delay": 0.9,
"duration": 0.8,
"name": "bounce_in"
},
{
"color": "#22C55E",
"radius": 20,
"intensity": 2.0,
"name": "glow"
}
]
}
},
{
"type": "icon",
"icon": "lucide:globe",
"size": {
"width": 72,
"height": 72
},
"style": {
"color": "#38BDF8",
"animation": [
{
"delay": 1.1,
"duration": 0.8,
"name": "bounce_in"
},
{
"property": "rotation",
"amplitude": 10,
"frequency": 0.5,
"seed": 99,
"name": "wiggle"
},
{
"color": "#38BDF8",
"radius": 20,
"intensity": 2.0,
"name": "glow"
}
]
}
}
]
},
{
"type": "card",
"size": {
"width": 1200,
"height": "auto"
},
"stagger": 0.15,
"style": {
"flex-direction": "row",
"gap": 20,
"justify-content": "center",
"align-items": "center",
"padding": 8,
"animation": [
{
"delay": 1.2,
"duration": 0.6,
"name": "fade_in_up"
}
]
},
"children": [
{
"type": "card",
"size": {
"width": 340,
"height": "auto"
},
"style": {
"flex-direction": "row",
"align-items": "center",
"gap": 16,
"padding": 20,
"background": "#1E293B",
"border-radius": 16
},
"children": [
{
"type": "icon",
"icon": "lucide:check-circle",
"size": {
"width": 32,
"height": 32
},
"style": {
"color": "#22C55E"
}
},
{
"type": "text",
"content": "Validated",
"style": {
"font-size": 24,
"color": "#FFFFFF"
}
}
]
},
{
"type": "card",
"size": {
"width": 340,
"height": "auto"
},
"style": {
"flex-direction": "row",
"align-items": "center",
"gap": 16,
"padding": 20,
"background": "#1E293B",
"border-radius": 16
},
"children": [
{
"type": "icon",
"icon": "lucide:shield",
"size": {
"width": 32,
"height": 32
},
"style": {
"color": "#6366F1"
}
},
{
"type": "text",
"content": "Secure",
"style": {
"font-size": 24,
"color": "#FFFFFF"
}
}
]
},
{
"type": "card",
"size": {
"width": 340,
"height": "auto"
},
"style": {
"flex-direction": "row",
"align-items": "center",
"gap": 16,
"padding": 20,
"background": "#1E293B",
"border-radius": 16
},
"children": [
{
"type": "icon",
"icon": "lucide:gauge",
"size": {
"width": 32,
"height": 32
},
"style": {
"color": "#FBBF24"
}
},
{
"type": "text",
"content": "Fast",
"style": {
"font-size": 24,
"color": "#FFFFFF"
}
}
]
}
]
}
]
},
{
"duration": 7.0,
"transition": {
"type": "zoom_in",
"duration": 0.5
},
"background": "#0B1120",
"layout": {
"direction": "column",
"align_items": "center",
"justify_content": "center",
"gap": 32,
"padding": 60
},
"children": [
{
"type": "text",
"content": "4. Flex & Grid Layout",
"style": {
"font-size": 28,
"color": "#6366F1",
"font-weight": "bold",
"text-align": "center",
"letter-spacing": 3.0,
"animation": [
{
"duration": 0.5,
"name": "fade_in"
}
]
}
},
{
"type": "card",
"size": {
"width": 1600,
"height": "auto"
},
"style": {
"flex-direction": "row",
"gap": 24,
"align-items": "center",
"padding": 8,
"animation": [
{
"delay": 0.2,
"duration": 0.6,
"name": "fade_in_up"
}
]
},
"children": [
{
"type": "card",
"size": {
"width": 500,
"height": "auto"
},
"style": {
"flex-direction": "column",
"align-items": "center",
"gap": 12,
"padding": 28,
"background": "#1E293B",
"border-radius": 20,
"border": {
"color": "#334155",
"width": 1
}
},
"children": [
{
"type": "icon",
"icon": "lucide:layout",
"size": {
"width": 40,
"height": 40
},
"style": {
"color": "#6366F1"
}
},
{
"type": "text",
"content": "Flex Column",
"style": {
"font-size": 26,
"color": "#FFFFFF",
"font-weight": "bold"
}
},
{
"type": "text",
"content": "Stack items vertically with gap and padding",
"max_width": 400,
"style": {
"font-size": 16,
"color": "#94A3B8"
}
}
]
},
{
"type": "card",
"size": {
"width": 500,
"height": "auto"
},
"style": {
"flex-direction": "column",
"align-items": "center",
"gap": 12,
"padding": 28,
"background": "#1E293B",
"border-radius": 20,
"border": {
"color": "#334155",
"width": 1
}
},
"children": [
{
"type": "icon",
"icon": "lucide:rows-3",
"size": {
"width": 40,
"height": 40
},
"style": {
"color": "#EC4899"
}
},
{
"type": "text",
"content": "Flex Row",
"style": {
"font-size": 26,
"color": "#FFFFFF",
"font-weight": "bold"
}
},
{
"type": "text",
"content": "Arrange items horizontally with flexible sizing",
"max_width": 400,
"style": {
"font-size": 16,
"color": "#94A3B8"
}
}
]
},
{
"type": "card",
"size": {
"width": 500,
"height": "auto"
},
"style": {
"flex-direction": "column",
"align-items": "center",
"gap": 12,
"padding": 28,
"background": "#1E293B",
"border-radius": 20,
"border": {
"color": "#334155",
"width": 1
}
},
"children": [
{
"type": "icon",
"icon": "lucide:grid-3x3",
"size": {
"width": 40,
"height": 40
},
"style": {
"color": "#22C55E"
}
},
{
"type": "text",
"content": "CSS Grid",
"style": {
"font-size": 26,
"color": "#FFFFFF",
"font-weight": "bold"
}
},
{
"type": "text",
"content": "Two-dimensional layout with rows and columns",
"max_width": 400,
"style": {
"font-size": 16,
"color": "#94A3B8"
}
}
]
}
]
},
{
"type": "card",
"size": {
"width": 1600,
"height": 280
},
"style": {
"display": "grid",
"grid-template-columns": [
{
"fr": 1
},
{
"fr": 1
},
{
"fr": 1
}
],
"grid-template-rows": [
{
"fr": 1
},
{
"fr": 1
}
],
"gap": 12,
"padding": 16,
"background": "#1E293B",
"border-radius": 20,
"animation": [
{
"delay": 0.8,
"duration": 0.6,
"name": "fade_in_up"
}
]
},
"children": [
{
"type": "shape",
"shape": "rounded_rect",
"size": {
"width": 100,
"height": 100
},
"style": {
"fill": "#6366F1",
"border-radius": 12
}
},
{
"type": "shape",
"shape": "rounded_rect",
"size": {
"width": 100,
"height": 100
},
"style": {
"fill": "#8B5CF6",
"border-radius": 12
}
},
{
"type": "shape",
"shape": "rounded_rect",
"size": {
"width": 100,
"height": 100
},
"style": {
"fill": "#A78BFA",
"border-radius": 12
}
},
{
"type": "shape",
"shape": "rounded_rect",
"size": {
"width": 100,
"height": 100
},
"style": {
"fill": "#EC4899",
"border-radius": 12
}
},
{
"type": "shape",
"shape": "rounded_rect",
"size": {
"width": 100,
"height": 100
},
"style": {
"fill": "#F43F5E",
"border-radius": 12
}
},
{
"type": "shape",
"shape": "rounded_rect",
"size": {
"width": 100,
"height": 100
},
"style": {
"fill": "#FB7185",
"border-radius": 12
}
}
]
}
]
},
{
"duration": 8.0,
"transition": {
"type": "flip",
"duration": 0.6
},
"background": "#0B1120",
"layout": {
"direction": "column",
"align_items": "center",
"justify_content": "center",
"gap": 24,
"padding": 60
},
"children": [
{
"type": "text",
"content": "5. Codeblock",
"style": {
"font-size": 28,
"color": "#6366F1",
"font-weight": "bold",
"text-align": "center",
"letter-spacing": 3.0,
"animation": [
{
"duration": 0.5,
"name": "fade_in"
}
]
}
},
{
"type": "codeblock",
"code": "use rustmotion::Video;\n\nfn main() {\n let video = Video::new(1920, 1080)\n .fps(30)\n .background(\"#0a0a1a\");\n\n println!(\"Ready to render!\");\n}",
"language": "rust",
"theme": "tokyo-night",
"size": {
"width": 1200,
"height": 580
},
"show_line_numbers": true,
"chrome": {
"enabled": true,
"title": "src/main.rs"
},
"reveal": {
"mode": "typewriter",
"start": 0.3,
"duration": 3.0
},
"style": {
"font-size": 22,
"padding": 24,
"border-radius": 16,
"animation": [
{
"delay": 0.2,
"duration": 0.6,
"name": "fade_in_up"
}
]
},
"states": [
{
"code": "use rustmotion::Video;\n\nfn main() {\n let video = Video::new(1920, 1080)\n .fps(30)\n .background(\"#0a0a1a\");\n\n video.add_scene(|scene| {\n scene.text(\"Hello, world!\")\n .font_size(64)\n .preset(\"fade_in_up\");\n });\n\n video.render(\"output.mp4\").unwrap();\n}",
"at": 4.0,
"duration": 3.0,
"cursor": {
"enabled": true,
"blink": true
}
}
]
}
]
},
{
"duration": 7.0,
"transition": {
"type": "dissolve",
"duration": 0.6
},
"background": "#0B1120",
"layout": {
"direction": "column",
"align_items": "center",
"justify_content": "center",
"gap": 28,
"padding": 60
},
"children": [
{
"type": "text",
"content": "6. Counters & Data",
"style": {
"font-size": 28,
"color": "#6366F1",
"font-weight": "bold",
"text-align": "center",
"letter-spacing": 3.0,
"animation": [
{
"duration": 0.5,
"name": "fade_in"
}
]
}
},
{
"type": "counter",
"from": 0,
"to": 99999,
"separator": ",",
"easing": "ease_out",
"start_at": 0.5,
"end_at": 6.5,
"style": {
"font-size": 120,
"color": "#FFFFFF",
"font-weight": "bold",
"text-align": "center",
"animation": [
{
"color": "#6366F1",
"radius": 25,
"intensity": 1.5,
"name": "glow"
}
]
}
},
{
"type": "text",
"content": "Lines of Rust rendered",
"style": {
"font-size": 32,
"color": "#94A3B8",
"text-align": "center",
"animation": [
{
"delay": 0.8,
"duration": 0.6,
"name": "fade_in_up"
}
]
}
},
{
"type": "card",
"size": {
"width": 1300,
"height": "auto"
},
"stagger": 0.2,
"style": {
"flex-direction": "row",
"gap": 24,
"justify-content": "center",
"align-items": "center",
"padding": 8,
"animation": [
{
"delay": 1.2,
"duration": 0.6,
"name": "fade_in_up"
}
]
},
"children": [
{
"type": "card",
"size": {
"width": 260,
"height": "auto"
},
"style": {
"flex-direction": "column",
"align-items": "center",
"justify-content": "center",
"gap": 4,
"padding": 24,
"background": "#1E293B",
"border-radius": 20
},
"children": [
{
"type": "text",
"content": "30",
"style": {
"font-size": 42,
"color": "#22C55E",
"font-weight": "bold",
"text-align": "center"
}
},
{
"type": "text",
"content": "FPS",
"style": {
"font-size": 16,
"color": "#94A3B8",
"text-align": "center"
}
}
]
},
{
"type": "card",
"size": {
"width": 260,
"height": "auto"
},
"style": {
"flex-direction": "column",
"align-items": "center",
"justify-content": "center",
"gap": 4,
"padding": 24,
"background": "#1E293B",
"border-radius": 20
},
"children": [
{
"type": "text",
"content": "13",
"style": {
"font-size": 42,
"color": "#38BDF8",
"font-weight": "bold",
"text-align": "center"
}
},
{
"type": "text",
"content": "Transitions",
"style": {
"font-size": 16,
"color": "#94A3B8",
"text-align": "center"
}
}
]
},
{
"type": "card",
"size": {
"width": 260,
"height": "auto"
},
"style": {
"flex-direction": "column",
"align-items": "center",
"justify-content": "center",
"gap": 4,
"padding": 24,
"background": "#1E293B",
"border-radius": 20
},
"children": [
{
"type": "text",
"content": "31",
"style": {
"font-size": 42,
"color": "#FBBF24",
"font-weight": "bold",
"text-align": "center"
}
},
{
"type": "text",
"content": "Presets",
"style": {
"font-size": 16,
"color": "#94A3B8",
"text-align": "center"
}
}
]
},
{
"type": "card",
"size": {
"width": 260,
"height": "auto"
},
"style": {
"flex-direction": "column",
"align-items": "center",
"justify-content": "center",
"gap": 4,
"padding": 24,
"background": "#1E293B",
"border-radius": 20
},
"children": [
{
"type": "text",
"content": "72",
"style": {
"font-size": 42,
"color": "#EC4899",
"font-weight": "bold",
"text-align": "center"
}
},
{
"type": "text",
"content": "Themes",
"style": {
"font-size": 16,
"color": "#94A3B8",
"text-align": "center"
}
}
]
}
]
}
]
},
{
"duration": 7.0,
"transition": {
"type": "iris",
"duration": 0.6
},
"background": "#0B1120",
"layout": {
"direction": "column",
"align_items": "center",
"justify_content": "center",
"gap": 28,
"padding": 60
},
"children": [
{
"type": "text",
"content": "7. Animation Presets",
"style": {
"font-size": 28,
"color": "#6366F1",
"font-weight": "bold",
"text-align": "center",
"letter-spacing": 3.0,
"animation": [
{
"duration": 0.5,
"name": "fade_in"
}
]
}
},
{
"type": "card",
"size": {
"width": 1500,
"height": "auto"
},
"style": {
"flex-direction": "row",
"gap": 20,
"justify-content": "center",
"align-items": "center",
"padding": 16
},
"children": [
{
"type": "card",
"size": {
"width": 240,
"height": "auto"
},
"style": {
"align-items": "center",
"justify-content": "center",
"gap": 10,
"padding": 20,
"background": "#1E293B",
"border-radius": 16,
"animation": [
{
"delay": 0.3,
"duration": 0.6,
"name": "fade_in_up"
}
]
},
"children": [
{
"type": "icon",
"icon": "lucide:arrow-up",
"size": {
"width": 36,
"height": 36
},
"style": {
"color": "#6366F1"
}
},
{
"type": "text",
"content": "fade_in_up",
"style": {
"font-size": 15,
"color": "#CBD5E1",
"text-align": "center"
}
}
]
},
{
"type": "card",
"size": {
"width": 240,
"height": "auto"
},
"style": {
"align-items": "center",
"justify-content": "center",
"gap": 10,
"padding": 20,
"background": "#1E293B",
"border-radius": 16,
"animation": [
{
"delay": 0.5,
"duration": 0.6,
"name": "scale_in"
}
]
},
"children": [
{
"type": "icon",
"icon": "lucide:maximize",
"size": {
"width": 36,
"height": 36
},
"style": {
"color": "#EC4899"
}
},
{
"type": "text",
"content": "scale_in",
"style": {
"font-size": 15,
"color": "#CBD5E1",
"text-align": "center"
}
}
]
},
{
"type": "card",
"size": {
"width": 240,
"height": "auto"
},
"style": {
"align-items": "center",
"justify-content": "center",
"gap": 10,
"padding": 20,
"background": "#1E293B",
"border-radius": 16,
"animation": [
{
"delay": 0.7,
"duration": 0.8,
"name": "bounce_in"
}
]
},
"children": [
{
"type": "icon",
"icon": "lucide:arrow-down-to-dot",
"size": {
"width": 36,
"height": 36
},
"style": {
"color": "#22C55E"
}
},
{
"type": "text",
"content": "bounce_in",
"style": {
"font-size": 15,
"color": "#CBD5E1",
"text-align": "center"
}
}
]
},
{
"type": "card",
"size": {
"width": 240,
"height": "auto"
},
"style": {
"align-items": "center",
"justify-content": "center",
"gap": 10,
"padding": 20,
"background": "#1E293B",
"border-radius": 16,
"animation": [
{
"delay": 0.9,
"duration": 0.6,
"name": "blur_in"
}
]
},
"children": [
{
"type": "icon",
"icon": "lucide:eye",
"size": {
"width": 36,
"height": 36
},
"style": {
"color": "#FBBF24"
}
},
{
"type": "text",
"content": "blur_in",
"style": {
"font-size": 15,
"color": "#CBD5E1",
"text-align": "center"
}
}
]
},
{
"type": "card",
"size": {
"width": 240,
"height": "auto"
},
"style": {
"align-items": "center",
"justify-content": "center",
"gap": 10,
"padding": 20,
"background": "#1E293B",
"border-radius": 16,
"animation": [
{
"delay": 1.1,
"duration": 0.8,
"name": "elastic_in"
}
]
},
"children": [
{
"type": "icon",
"icon": "lucide:move",
"size": {
"width": 36,
"height": 36
},
"style": {
"color": "#38BDF8"
}
},
{
"type": "text",
"content": "elastic_in",
"style": {
"font-size": 15,
"color": "#CBD5E1",
"text-align": "center"
}
}
]
}
]
},
{
"type": "card",
"size": {
"width": 900,
"height": "auto"
},
"start_at": 2.0,
"style": {
"flex-direction": "row",
"gap": 32,
"justify-content": "center",
"align-items": "center",
"padding": 16,
"animation": [
{
"delay": 0.0,
"duration": 0.5,
"name": "fade_in"
}
]
},
"children": [
{
"type": "icon",
"icon": "lucide:loader",
"size": {
"width": 48,
"height": 48
},
"style": {
"color": "#6366F1",
"animation": [
{
"name": "spin",
"loop": true
}
]
}
},
{
"type": "icon",
"icon": "lucide:bell",
"size": {
"width": 48,
"height": 48
},
"style": {
"color": "#FBBF24",
"animation": [
{
"name": "shake",
"loop": true
}
]
}
},
{
"type": "icon",
"icon": "lucide:cloud",
"size": {
"width": 48,
"height": 48
},
"style": {
"color": "#38BDF8",
"animation": [
{
"name": "float",
"loop": true
}
]
}
},
{
"type": "icon",
"icon": "lucide:radio",
"size": {
"width": 48,
"height": 48
},
"style": {
"color": "#22C55E",
"animation": [
{
"name": "pulse",
"loop": true
}
]
}
},
{
"type": "text",
"content": "Continuous presets with loop: true",
"style": {
"font-size": 20,
"color": "#64748B"
}
}
]
}
]
},
{
"duration": 7.0,
"transition": {
"type": "clock_wipe",
"duration": 0.6
},
"background": "#0B1120",
"layout": {
"direction": "column",
"align_items": "center",
"justify_content": "center",
"gap": 32,
"padding": 60
},
"children": [
{
"type": "text",
"content": "8. Wiggle Modes",
"style": {
"font-size": 28,
"color": "#6366F1",
"font-weight": "bold",
"text-align": "center",
"letter-spacing": 3.0,
"animation": [
{
"duration": 0.5,
"name": "fade_in"
}
]
}
},
{
"type": "card",
"size": {
"width": 1300,
"height": "auto"
},
"style": {
"flex-direction": "row",
"gap": 40,
"justify-content": "center",
"align-items": "center",
"padding": 32,
"animation": [
{
"delay": 0.2,
"duration": 0.6,
"name": "fade_in_up"
}
]
},
"children": [
{
"type": "card",
"size": {
"width": 520,
"height": "auto"
},
"style": {
"align-items": "center",
"justify-content": "center",
"gap": 16,
"padding": 32,
"background": "#1E293B",
"border-radius": 24,
"border": {
"color": "#334155",
"width": 1
}
},
"children": [
{
"type": "text",
"content": "Noise Mode",
"style": {
"font-size": 20,
"color": "#94A3B8",
"font-weight": "bold"
}
},
{
"type": "text",
"content": "Organic drift",
"style": {
"font-size": 44,
"color": "#FFFFFF",
"font-weight": "bold",
"animation": [
{
"property": "translate_x",
"amplitude": 8,
"frequency": 2,
"seed": 42,
"name": "wiggle"
},
{
"property": "translate_y",
"amplitude": 6,
"frequency": 1.5,
"seed": 13,
"name": "wiggle"
},
{
"color": "#6366F1",
"radius": 15,
"intensity": 1.5,
"name": "glow"
}
]
}
},
{
"type": "text",
"content": "Layered simplex noise",
"style": {
"font-size": 15,
"color": "#64748B",
"text-align": "center"
}
}
]
},
{
"type": "card",
"size": {
"width": 520,
"height": "auto"
},
"style": {
"align-items": "center",
"justify-content": "center",
"gap": 16,
"padding": 32,
"background": "#1E293B",
"border-radius": 24,
"border": {
"color": "#334155",
"width": 1
}
},
"children": [
{
"type": "text",
"content": "Sine Mode",
"style": {
"font-size": 20,
"color": "#94A3B8",
"font-weight": "bold"
}
},
{
"type": "icon",
"icon": "lucide:phone-off",
"size": {
"width": 56,
"height": 56
},
"style": {
"color": "#F43F5E",
"animation": [
{
"property": "translate_x",
"amplitude": 10,
"frequency": 90,
"mode": "sine",
"name": "wiggle"
},
{
"property": "rotation",
"amplitude": 6,
"frequency": 75,
"mode": "sine",
"name": "wiggle"
},
{
"color": "#F43F5E",
"radius": 15,
"intensity": 1.5,
"name": "glow"
}
]
}
},
{
"type": "text",
"content": "Pure sine wave vibration",
"style": {
"font-size": 15,
"color": "#64748B",
"text-align": "center"
}
}
]
}
]
},
{
"type": "text",
"content": "Wiggle with decay",
"style": {
"font-size": 40,
"color": "#FBBF24",
"font-weight": "bold",
"animation": [
{
"delay": 1.0,
"duration": 0.6,
"name": "fade_in_up"
},
{
"property": "translate_x",
"amplitude": 30,
"frequency": 60,
"mode": "sine",
"decay": 1.5,
"name": "wiggle"
},
{
"property": "rotation",
"amplitude": 15,
"frequency": 50,
"mode": "sine",
"decay": 1.5,
"name": "wiggle"
}
]
}
}
]
},
{
"duration": 7.0,
"transition": {
"type": "wipe_up",
"duration": 0.6
},
"background": "#0B1120",
"layout": {
"direction": "column",
"align_items": "center",
"justify_content": "center",
"gap": 28,
"padding": 60
},
"children": [
{
"type": "text",
"content": "9. Custom Keyframes & Spring",
"style": {
"font-size": 28,
"color": "#6366F1",
"font-weight": "bold",
"text-align": "center",
"letter-spacing": 3.0,
"animation": [
{
"duration": 0.5,
"name": "fade_in"
}
]
}
},
{
"type": "shape",
"shape": "rounded_rect",
"size": {
"width": 180,
"height": 180
},
"style": {
"fill": {
"type": "linear",
"colors": ["#6366F1", "#EC4899"],
"angle": 135
},
"border-radius": 32,
"animation": [
{
"name": "keyframes",
"keyframes": [
{
"property": "translate_x",
"keyframes": [
{ "time": 0.0, "value": -500 },
{ "time": 1.5, "value": 0 }
],
"easing": "spring",
"spring": { "damping": 12, "stiffness": 100, "mass": 1 }
},
{
"property": "rotation",
"keyframes": [
{ "time": 0.0, "value": -180 },
{ "time": 1.5, "value": 0 }
],
"easing": "spring",
"spring": { "damping": 12, "stiffness": 100, "mass": 1 }
},
{
"property": "scale",
"keyframes": [
{ "time": 0.0, "value": 0.0 },
{ "time": 1.5, "value": 1.0 }
],
"easing": "spring",
"spring": { "damping": 15, "stiffness": 120, "mass": 1 }
}
]
}
]
}
},
{
"type": "text",
"content": "Spring Physics Animation",
"style": {
"font-size": 32,
"color": "#CBD5E1",
"text-align": "center",
"animation": [
{
"name": "keyframes",
"keyframes": [
{
"property": "opacity",
"keyframes": [
{ "time": 0.0, "value": 0 },
{ "time": 1.5, "value": 0 },
{ "time": 2.0, "value": 1.0 }
],
"easing": "ease_out"
},
{
"property": "translate_y",
"keyframes": [
{ "time": 1.5, "value": 20 },
{ "time": 2.2, "value": 0 }
],
"easing": "ease_out"
}
]
}
]
}
},
{
"type": "card",
"size": {
"width": 400,
"height": "auto"
},
"start_at": 2.5,
"style": {
"flex-direction": "row",
"gap": 24,
"justify-content": "center",
"align-items": "center",
"padding": 12,
"animation": [
{
"duration": 0.6,
"name": "fade_in_up"
}
]
},
"children": [
{
"type": "shape",
"shape": "circle",
"size": {
"width": 50,
"height": 50
},
"style": {
"fill": "#6366F1",
"animation": [
{
"name": "keyframes",
"keyframes": [
{
"property": "translate_y",
"keyframes": [
{ "time": 0.0, "value": 0 },
{ "time": 0.5, "value": -30 },
{ "time": 1.0, "value": 0 }
],
"easing": "ease_in_out"
}
]
}
]
}
},
{
"type": "shape",
"shape": "circle",
"size": {
"width": 50,
"height": 50
},
"style": {
"fill": "#8B5CF6",
"animation": [
{
"name": "keyframes",
"keyframes": [
{
"property": "translate_y",
"keyframes": [
{ "time": 0.2, "value": 0 },
{ "time": 0.7, "value": -30 },
{ "time": 1.2, "value": 0 }
],
"easing": "ease_in_out"
}
]
}
]
}
},
{
"type": "shape",
"shape": "circle",
"size": {
"width": 50,
"height": 50
},
"style": {
"fill": "#EC4899",
"animation": [
{
"name": "keyframes",
"keyframes": [
{
"property": "translate_y",
"keyframes": [
{ "time": 0.4, "value": 0 },
{ "time": 0.9, "value": -30 },
{ "time": 1.4, "value": 0 }
],
"easing": "ease_in_out"
}
]
}
]
}
}
]
}
]
},
{
"duration": 5.0,
"transition": {
"type": "slide",
"duration": 0.5
},
"background": "#0B1120",
"layout": {
"direction": "column",
"align_items": "center",
"justify_content": "center",
"gap": 32,
"padding": 60
},
"children": [
{
"type": "text",
"content": "Badges & Dividers",
"style": {
"font-size": 56,
"color": "#FFFFFF",
"font-weight": "bold",
"text-align": "center",
"letter-spacing": 3.0,
"animation": [
{
"duration": 0.6,
"name": "fade_in_up"
}
]
}
},
{
"type": "card",
"size": {
"width": 800,
"height": "auto"
},
"style": {
"flex-direction": "row",
"gap": 20,
"justify-content": "center",
"align-items": "center",
"padding": 24,
"animation": [
{
"delay": 0.3,
"duration": 0.6,
"name": "fade_in_up"
}
]
},
"children": [
{
"type": "badge",
"text": "New",
"icon": "lucide:sparkles",
"variant": "solid",
"badge_size": "lg",
"style": {
"background": "#8B5CF6"
}
},
{
"type": "badge",
"text": "Stable",
"icon": "lucide:check",
"variant": "solid",
"badge_size": "lg",
"style": {
"background": "#22C55E"
}
},
{
"type": "badge",
"text": "Beta",
"variant": "outline",
"badge_size": "lg",
"style": {
"background": "#F59E0B"
}
},
{
"type": "badge",
"text": "Deprecated",
"variant": "outline",
"badge_size": "lg",
"style": {
"background": "#EF4444"
}
}
]
},
{
"type": "divider",
"direction": "horizontal",
"thickness": 2,
"line_style": "dashed",
"length": 700,
"style": {
"color": "#334155",
"animation": [
{
"delay": 0.6,
"duration": 0.8,
"name": "fade_in"
}
]
}
},
{
"type": "card",
"size": {
"width": 800,
"height": "auto"
},
"style": {
"flex-direction": "row",
"gap": 20,
"justify-content": "center",
"align-items": "center",
"padding": 24,
"animation": [
{
"delay": 0.8,
"duration": 0.6,
"name": "fade_in_up"
}
]
},
"children": [
{
"type": "badge",
"text": "Rust",
"icon": "devicon:rust",
"variant": "solid",
"badge_size": "md",
"style": {
"background": "#CE422B"
}
},
{
"type": "badge",
"text": "TypeScript",
"icon": "devicon:typescript",
"variant": "solid",
"badge_size": "md",
"style": {
"background": "#3178C6"
}
},
{
"type": "badge",
"text": "Python",
"icon": "devicon:python",
"variant": "solid",
"badge_size": "md",
"style": {
"background": "#3776AB"
}
}
]
}
]
},
{
"duration": 5.0,
"transition": {
"type": "fade",
"duration": 0.5
},
"background": "#0F172A",
"layout": {
"direction": "column",
"align_items": "center",
"justify_content": "center",
"gap": 32,
"padding": 60
},
"children": [
{
"type": "text",
"content": "Callout & Terminal",
"style": {
"font-size": 56,
"color": "#FFFFFF",
"font-weight": "bold",
"text-align": "center",
"letter-spacing": 3.0,
"animation": [
{
"duration": 0.6,
"name": "fade_in_up"
}
]
}
},
{
"type": "card",
"size": {
"width": 1400,
"height": "auto"
},
"style": {
"flex-direction": "row",
"gap": 40,
"justify-content": "center",
"align-items": "start",
"padding": 24,
"animation": [
{
"delay": 0.3,
"duration": 0.6,
"name": "fade_in_up"
}
]
},
"children": [
{
"type": "callout",
"text": "Speech bubbles with\ndirectional arrows!",
"arrow_direction": "bottom",
"arrow_size": 14,
"size": { "width": 300, "height": 120 },
"style": {
"background": "#6366F1",
"color": "#FFFFFF",
"border-radius": 12,
"font-size": 18
}
},
{
"type": "terminal",
"title": "rustmotion",
"theme": "dark",
"show_chrome": true,
"size": { "width": 600, "height": 260 },
"reveal": {
"mode": "typewriter",
"start": 0.5,
"duration": 3.0,
"easing": "linear"
},
"lines": [
{ "text": "cargo install rustmotion", "line_type": "prompt" },
{
"text": "Compiling rustmotion v0.3.1",
"line_type": "output"
},
{
"text": "Finished release [optimized]",
"line_type": "output",
"color": "#22C55E"
},
{
"text": "rustmotion render scene.json -o video.mp4",
"line_type": "prompt"
},
{
"text": "Rendered 150 frames in 2.3s",
"line_type": "output",
"color": "#38BDF8"
}
],
"style": {
"animation": [
{
"delay": 0.5,
"duration": 0.6,
"name": "fade_in"
}
]
}
},
{
"type": "callout",
"text": "Themed terminal\nwith colored lines",
"arrow_direction": "left",
"arrow_size": 14,
"size": { "width": 280, "height": 120 },
"style": {
"background": "#22C55E",
"color": "#FFFFFF",
"border-radius": 12,
"font-size": 18
}
}
]
}
]
},
{
"duration": 5.0,
"transition": {
"type": "wipe_left",
"duration": 0.5
},
"background": "#0B1120",
"layout": {
"direction": "column",
"align_items": "center",
"justify_content": "center",
"gap": 32,
"padding": 60
},
"children": [
{
"type": "text",
"content": "Tables & Charts",
"style": {
"font-size": 56,
"color": "#FFFFFF",
"font-weight": "bold",
"text-align": "center",
"letter-spacing": 3.0,
"animation": [
{
"duration": 0.6,
"name": "fade_in_up"
}
]
}
},
{
"type": "card",
"size": {
"width": 1500,
"height": "auto"
},
"style": {
"flex-direction": "row",
"gap": 40,
"justify-content": "center",
"align-items": "start",
"padding": 24,
"animation": [
{
"delay": 0.3,
"duration": 0.6,
"name": "fade_in_up"
}
]
},
"children": [
{
"type": "table",
"headers": ["Feature", "Status", "Version"],
"rows": [
["Text Rendering", "Stable", "v0.1"],
["Animations", "Stable", "v0.2"],
["Charts", "New", "v0.3"],
["Particles", "New", "v0.3"]
],
"header_color": "#1E3A5F",
"row_colors": ["#0F172A", "#1E293B"],
"border_color": "#334155",
"header_text_color": "#38BDF8",
"size": { "width": 520, "height": 220 },
"style": {
"color": "#CBD5E1",
"font-size": 15,
"border-radius": 10
}
},
{
"type": "chart",
"chart_type": "bar",
"data": [
{ "value": 85, "label": "Q1" },
{ "value": 120, "label": "Q2" },
{ "value": 95, "label": "Q3" },
{ "value": 150, "label": "Q4" }
],
"animated": true,
"size": { "width": 400, "height": 280 },
"style": {
"animation": [
{
"delay": 0.5,
"duration": 0.6,
"name": "fade_in"
}
]
}
},
{
"type": "chart",
"chart_type": "pie",
"data": [
{ "value": 40, "label": "Rust" },
{ "value": 25, "label": "TS" },
{ "value": 20, "label": "Go" },
{ "value": 15, "label": "Other" }
],
"animated": true,
"size": { "width": 280, "height": 280 },
"style": {
"animation": [
{
"delay": 0.8,
"duration": 0.6,
"name": "fade_in"
}
]
}
}
]
}
]
},
{
"duration": 5.0,
"transition": {
"type": "iris",
"duration": 0.6
},
"background": "#0F0F1A",
"layout": {
"direction": "column",
"align_items": "center",
"justify_content": "center",
"gap": 32,
"padding": 60
},
"children": [
{
"type": "text",
"content": "Particle Effects",
"style": {
"font-size": 56,
"color": "#FFFFFF",
"font-weight": "bold",
"text-align": "center",
"letter-spacing": 3.0,
"animation": [
{
"duration": 0.6,
"name": "fade_in_up"
}
]
}
},
{
"type": "card",
"size": {
"width": 1700,
"height": 500
},
"style": {
"flex-direction": "row",
"gap": 20,
"justify-content": "center",
"align-items": "center",
"padding": 24,
"animation": [
{
"delay": 0.3,
"duration": 0.6,
"name": "fade_in_up"
}
]
},
"children": [
{
"type": "card",
"size": { "width": 300, "height": 400 },
"style": {
"background": "#1E1E2E",
"border-radius": 16,
"align-items": "center",
"justify-content": "end",
"padding": 16
},
"children": [
{
"type": "particle",
"particle_type": "confetti",
"count": 60,
"speed": 1.0,
"seed": 42
},
{
"type": "text",
"content": "Confetti",
"style": {
"font-size": 22,
"color": "#FFFFFF",
"font-weight": "bold"
}
}
]
},
{
"type": "card",
"size": { "width": 300, "height": 400 },
"style": {
"background": "#0C1222",
"border-radius": 16,
"align-items": "center",
"justify-content": "end",
"padding": 16
},
"children": [
{
"type": "particle",
"particle_type": "snow",
"count": 40,
"speed": 0.6,
"seed": 99
},
{
"type": "text",
"content": "Snow",
"style": {
"font-size": 22,
"color": "#FFFFFF",
"font-weight": "bold"
}
}
]
},
{
"type": "card",
"size": { "width": 300, "height": 400 },
"style": {
"background": "#0A0A1A",
"border-radius": 16,
"align-items": "center",
"justify-content": "end",
"padding": 16
},
"children": [
{
"type": "particle",
"particle_type": "stars",
"count": 50,
"speed": 1.0,
"seed": 7
},
{
"type": "text",
"content": "Stars",
"style": {
"font-size": 22,
"color": "#FFFFFF",
"font-weight": "bold"
}
}
]
},
{
"type": "card",
"size": { "width": 300, "height": 400 },
"style": {
"background": "#0A1628",
"border-radius": 16,
"align-items": "center",
"justify-content": "end",
"padding": 16
},
"children": [
{
"type": "particle",
"particle_type": "bubbles",
"count": 30,
"speed": 0.8,
"seed": 13
},
{
"type": "text",
"content": "Bubbles",
"style": {
"font-size": 22,
"color": "#FFFFFF",
"font-weight": "bold"
}
}
]
},
{
"type": "card",
"size": { "width": 300, "height": 400 },
"style": {
"background": "#0F0A1E",
"border-radius": 16,
"align-items": "center",
"justify-content": "end",
"padding": 16
},
"children": [
{
"type": "particle",
"particle_type": "halo",
"count": 12,
"speed": 0.5,
"size_range": { "min": 30, "max": 80 },
"colors": ["#6366F150", "#8B5CF650", "#EC489950"],
"seed": 77
},
{
"type": "text",
"content": "Halo",
"style": {
"font-size": 22,
"color": "#FFFFFF",
"font-weight": "bold"
}
}
]
}
]
}
]
},
{
"duration": 5.0,
"transition": {
"type": "zoom_out",
"duration": 0.5
},
"background": "#0B1120",
"layout": {
"direction": "column",
"align_items": "center",
"justify_content": "center",
"gap": 28,
"padding": 60
},
"children": [
{
"type": "text",
"content": "rustmotion",
"style": {
"font-size": 80,
"color": "#FFFFFF",
"font-weight": "bold",
"text-align": "center",
"letter-spacing": 6.0,
"animation": [
{
"duration": 0.8,
"name": "scale_in"
},
{
"property": "translate_y",
"amplitude": 6,
"frequency": 0.8,
"seed": 7,
"name": "wiggle"
},
{
"color": "#6366F1",
"radius": 30,
"intensity": 2.0,
"name": "glow"
}
]
}
},
{
"type": "text",
"content": "Video creation, powered by Rust.",
"style": {
"font-size": 32,
"color": "#94A3B8",
"text-align": "center",
"animation": [
{
"delay": 0.6,
"duration": 0.6,
"name": "fade_in_up"
}
]
}
},
{
"type": "card",
"size": {
"width": 500,
"height": "auto"
},
"style": {
"flex-direction": "row",
"gap": 16,
"justify-content": "center",
"align-items": "center",
"padding": 16,
"animation": [
{
"delay": 1.0,
"duration": 0.6,
"name": "fade_in_up"
}
]
},
"children": [
{
"type": "icon",
"icon": "lucide:star",
"size": {
"width": 24,
"height": 24
},
"style": {
"color": "#FBBF24"
}
},
{
"type": "text",
"content": "github.com/LeadcodeDev/rustmotion",
"style": {
"font-size": 22,
"color": "#CBD5E1"
}
}
]
}
]
}
]
}