TweenFX
A simple, juicy tween animation library for Godot
Install / Use
/learn @EvilBunnyMan/TweenFXREADME
TweenFX
A simple, juicy tween animation library for Godot 4.
Installation
- Download from the Godot Asset Library or copy
addons/TweenFXinto your project - Enable the plugin in Project Settings → Plugins
Usage
# Call any animation directly
TweenFX.shake(node)
TweenFX.shake(node, 0.5, 20.0, 8) # duration, amount, shakes
# Await completion
await TweenFX.pop_in(node).finished
# Stop animations
TweenFX.stop(node, TweenFX.Animations.SHAKE)
TweenFX.stop_all(node)
# Looping animations run until stopped
TweenFX.float_bob(node)
TweenFX.stop(node, TweenFX.Animations.FLOAT_BOB)
# PlayState for interactive UI
TweenFX.snap(node, 0.1, Vector2.ONE * 1.2, TweenFX.PlayState.ENTER)
TweenFX.snap(node, 0.1, Vector2.ONE, TweenFX.PlayState.EXIT)
Try it out!
A live demo is available in the releases. It includes an interactive tutorial.
License
MIT — free for personal and commercial use.
Fonts used in demo
- PxPlus IBM VGA8
- PixelOperator8
- Google Sans Code
Related Skills
node-connect
349.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
