So I'm having some issues I'm trying to have multiple passages fade in over time, but when I use the live command to time the text. it just pops in with no fade.
is there someway to fade in the text while having the live command?
here's some example code.
(set: $transcounter to 10)
(live: 1s)[
(set: $transcounter to it - 1)['Sample text]
(if: $transcounter is < 6)[Sample Text]
(if: $transcounter is < 2)[Sample Text]
]