Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

Transform Container
Adds a control node to make transformative animations in ui easier while using containers.
Supported Engine Version
4.3
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
7 months ago
Git URL
Issue URL
Transform Container
Make transformative animations in ui easier.
How To Use
- Add the new Transform Container as the parent of the UI element you want to animate.
- Set/Animate the properties of the Transform Container to change the children's size, position, rotation, scale, or pivot offset.
Notes
- Changing the properties of the Transform Container will respect the minimum size of it's children, which can prevent the size property from lowering.
- The Transform Container still acts as a normal container, meaning a change in size of it's children will force it to grow and shrink even when visually it is disconnected.
- The Visual Pivot Offset Perc is based on a percentage of the size of it's children, rather than a pixel measurement. This makes it more convenient to center the pivot along different sized ui elements. There may be an option for pixel measurements if people would like that.
Adds a control node to make transformative animations in ui easier while using containers.
Reviews
Quick Information

Transform Container
Adds a control node to make transformative animations in ui easier while using containers.
Supported Engine Version
4.3
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
7 months ago
Git URL
Issue URL