Show all
Featured downloads:
090218_bittricks.zip light_transition_0.9.4a.zip light_transition_CS_0.5a.zip.zip
090218_bittricks.zip light_transition_0.9.4a.zip light_transition_CS_0.5a.zip.zip
UPDATE
This project will be soon be deleted! For news and updated source go to:
http://code.google.com/p/thelaboratory-tween/
Thanks!
Litr Class
Description
Well described here: http://thelaborat.org/?page_id=63
Changelog Flash AS Version
version 0.9a
Deprecated because of compiler errors in Flash IDE
version 0.9.1a
Deprecated because bugs in Glow tween, some errors inside Flash IDE, and anoying forgotten trace functions :)
version 0.9.2a
Fixes
All preview bugs.
Features
- Static Class to create animations and effects in Flash.
- Allow users to tween most of the properties of MovieClips, TextFields or any Object with numeric parameters.
- Allow tween of filters like Blur,Glow and FilterMatrix.
- Besides "normal" tweening allow Path tweens controled by Cartesian Points or MovieClips references.
- It has a WaveTween function that make properties oscilate according some harmonic function (like sin() and cos()).
- Works with String Tween commands or Object tween parametrization like other examples of tweening classes.
- Allow tween duration by Time in seconds or Frames.
version 0.9.3a
Fixes
Little bug on WaveTween Parsing and Gradient/GradFilter tween continuity.
Added
- Catmull Path tween now with orientation towards the direction of the curve.
- Gradient/GradFilter Tween (given an array of colors the target tween along each one smoothly).
- Stroboscopic function added to WaveTween.
version 0.9.4a
Fixes
Bug in the WaveTween for Special Properties as Filters and others.
Changelog C# Version
version 0.5a
Features
- Class to create numerical and color interpolation along time, aimed to graphical application (e.g. XNA)
- Allow users to tween Numbers and Colors. There are plans to extends the data that is possible to tween.
- Supports OnStart, OnUpdate and OnComplete callbacks with an Object passed as parameter if necessary.