Spotted a GTween AS3 library, thought I’d share it. GTween is a compact but quite robust AS3 library developed by Grant Skinner. It can be used to implement tweens, animations, and gradients. It currently consists of 4 key classes:
- GTween (4.5kb). A robust tweening engine that fully covers its authoring features.
- GTweenTimeline (1kb). A powerful virtual timeline that inherits from GTween, allowing tweens and actions to be chained in sequence.
- GTweenFilter (0.5kb). An extension of GTween that implements tweening for filters.
- GTweeny (3kb). GTween’s little brother — the ultimate lightweight version of GTween. It sacrifices some features for a smaller file size.
GTween is licensed under the MIT license, so it can be used and modified in commercial projects with virtually no restrictions. View the demo Download GTween