Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

TweenFX

An asset by EvilBunnyMan
The page banner background of a mountain and forest
TweenFX hero image

Quick Information

0 ratings
TweenFX icon image
EvilBunnyMan
TweenFX

A simple, juicy tween animation library for Godot 4.Call any animation directlyTweenFX.shake(node)Demo + interactive tutorial: https://github.com/EvilBunnyMan/TweenFX/releases/tag/v1.0.0

Supported Engine Version
4.0
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
4 hours ago
Git URL
Issue URL

TweenFX

A simple, juicy tween animation library for Godot 4.

Installation

  1. Download from the Godot Asset Library or copy addons/TweenFX into your project
  2. 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.

Demo Fonts

  • PxPlus IBM VGA8
  • PixelOperator8
  • Google Sans Code

A simple, juicy tween animation library for Godot 4.

Call any animation directly
TweenFX.shake(node)

Demo + interactive tutorial: https://github.com/EvilBunnyMan/TweenFX/releases/tag/v1.0.0

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
TweenFX icon image
EvilBunnyMan
TweenFX

A simple, juicy tween animation library for Godot 4.Call any animation directlyTweenFX.shake(node)Demo + interactive tutorial: https://github.com/EvilBunnyMan/TweenFX/releases/tag/v1.0.0

Supported Engine Version
4.0
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
4 hours ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers