inkFunctions
Function: parseShowSpineTail()
> parseShowSpineTail(tail): object
Defined in: src/ink/spineHandler.ts:73
Splits the tail (everything after <alias>) of a # show spine command into its free-form
construction props and an optional entrance transition.
Parameters
tail
string[]
Returns
object
propsList
> propsList: string[]
transitionPropsList
> transitionPropsList: string[]
transitionType?
> optional transitionType?: "dissolve" | "fade" | "movein" | "zoomin" | "pushin"