/fvtt-token-animation-tools

Module for Foundry VTT that provides macros and configuration options to control Token animations.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

FVTT Token Animation Tools

Module for Foundry VTT that provides macros and configuration options to control Token animations.

License Build Release Version (latest) Foundry Version GitHub downloads (latest) Forge Install Base GitHub issues Ko-fi

Features

  • Enable/disable Token Animations on a world and/or client level.
  • Disable Token Animations when a modifier key is held down.
  • Disable Token Animations automatically when the drag distance is above a user-defined threshold in world coordinates.
  • Disable Token Animations automatically when the duration is above a user-defined threshold in milliseconds.
  • Set a Token Animation duration cap, so that animations will never last longer than a user-defined duration in milliseconds.
  • Change the default animation speed.
  • Includes a basic set of macros, including one to enable/disable/toggle animations, and one that instantly finishes any on-going animations.

Module Configuration

Module Configuration Note: Images may be out of date

Installation

  1. Copy this link and use it in Foundry's Module Manager to install the Module

    https://raw.githubusercontent.com/ruipin/fvtt-token-animation-tools/master/module.json

  2. Enable the Module in your World's Module Settings

libWrapper

This module uses the libWrapper library for wrapping core methods. While this is not a hard dependency, it is recommended to install it for the best experience and compatibility with other modules.