First Scene
Start with one focal subject, one supporting text layer, and one simple entrance..motion file.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Build a simple editable Motionly scene.
canvas {
size 1920x1080
fps 60
duration 5s
background #020308
}
text title {
value "Motionly"
center
size 96
color #ffffff
}
animate title {
from {
opacity 0
y 80
}
to {
opacity 1
y 0
}
duration 1s
easing power3.out
}
.motion file.