godot-tweening
Installation
SKILL.md
Tweening
Tween property animation, easing curves, chaining, and lifecycle management define smooth programmatic motion.
Available Scripts
safe_tween_interruption.gd
Expert logic for killing active tweens before starting new ones to prevent property conflicts.
parallel_popup_animation.gd
Using set_parallel(true) and chain() for complex multi-property UI transitions.
text_counter_method_tween.gd
Animating non-property values (like score strings) using tween_method.
custom_curve_tween.gd
Driving property interpolation using visual Curve resources for bespoke easing.