Motion Language
Sequences
Stagger and time animated element groups in Motionly scenes.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Stagger and time animated element groups in Motionly scenes.
animate title {
from {
opacity 0
y 80
}
to {
opacity 1
y 0
}
duration 900ms
delay 200ms
easing power3.out
}
animate subtitle {
from {
opacity 0
y 48
}
to {
opacity 1
y 0
}
duration 900ms
delay 420ms
easing power3.out
}
