SequenceTransition
s in all places sequence names are accepted.
#156
Labels
F: core
Core application functionality - managing resources, state, etcetera.
Milestone
In GitLab by @azriel91 on Aug 23, 2019, 08:54
Currently
SequenceEndTransition
is the only place where you can specifyrepeat
,delete
,none
, or a sequence name.We should rename this to
SequenceTransition
, makeSequenceEndTransition
a newtype (because it needs to be a uniqueComponent
) to it, and wherever there are sequence ID transitions, we useSequenceTransition
. Example locations areControlTransition
s andHitTransition
s.The text was updated successfully, but these errors were encountered: