Storyboard scripting / Storyboard scripting shorthand
This:
_(event),(easing),(starttime_of_first),(endtime_of_first),(value(s)_1),(value(s)_2),(value(s)_3),(value(s)_4)
is treated as this:
where (duration ... ) is equal to ((endtime_of_first) - (starttime_of_first)) (note that "value(s)" can be two numbers, as appropriate for the Move or Vector commands). ... This:
_(event),(easing),(starttime),(endtime),(value(s))
is treated as this:
_(event),(easing),(starttime),(endtime),(value(s)),(value(s))
For instance