MacroTween API documentation version 1.0.0
MacroTween offers concise tweening syntax using Haxe macros, with a focus on ease of use.
Getting Started With MacroTween
- Take a look at the readme in the code repository
Top Level
.. | |
---|---|
BoundSignal | |
Ease | |
Timeline | The Timeline class helps organize multiple timeline items, such as Tweens, allowing them to be managed and manipulated as a group. Timelines are themselves timeline items, and so can be nested within each other. |
TimelineItem | The TimelineItem class is the base class for any object that can go on a timeline. |
Tween | |
Tweener | |
TweenerFunc |