OptionalactionOptionalchainChain the animation to the existing one of the same name? Default: false.
OptionaldurationThe duration of the animation in milliseconds (nonnegative). Default: automatic (determined by foundry.canvas.placeables.Token#_getAnimationDuration, which returns 1000 by default unless it's a movement animation).
OptionaleasingThe easing function of the animation.
Default: undefined (linear).
OptionalmovementA desired base movement speed in grid size per second (positive),
which determines the duration if the given duration is undefined and
either x, y, width, height, or rotation is animated.
Default: automatic (determined by
foundry.canvas.placeables.Token#_getAnimationMovementSpeed).
OptionalnameThe name of the animation, or null if nameless. Default: foundry.canvas.placeables.Token#animationName.
OptionalontickAn on-tick callback.
OptionalterrainThe terrain data. Default: null.
OptionaltransitionThe desired texture transition type.
Default: automatic (determined by
foundry.canvas.placeables.Token#_getAnimationTransition,
which returns "fade" by default).
The movement action. Default:
this.document.movementAction.