
Publisher
andrewwilkes
Animation Slider
Animation Player that tracks a position value. It plays forwards and backwards, and stops when at the target position. The target position may be controlled via a Slider control.
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
Animation Slider Plugin
Synchronize an animation player position with a position input value.
This forces a transition between points in the animation rather than sudden jumps due to erratic position inputs.
The demo shows an HSlider being used to move a Sprite whose position is determined by an animation track.
An export var stores a reference to the Slider node.
The target position is in the range 0 .. 1.
Usage
- Install the plugin.
- Add an AnimationSlider node to your scene
- Create an animation
- Write code to affect the target_position input or use a H or V slider