|
Project Information
-
Project feeds
- Code license
-
MIT License
-
Labels
tweener,
flash,
XNA,
as2,
tween,
lighter,
flashdevelop,
tween,
animation,
transition,
as3,
c,
class,
litr,
filter
Featured
Links
|
UPDATEThis project will be soon be deleted! For news and updated source go to:Thanks!Litr ClassDescriptionWell described here: http://thelaborat.org/?page_id=63 Changelog Flash AS Versionversion 0.9aDeprecated because of compiler errors in Flash IDE version 0.9.1aDeprecated because bugs in Glow tween, some errors inside Flash IDE, and anoying forgotten trace functions :) version 0.9.2aFixesAll 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.3aFixesLittle 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.4aFixesBug in the WaveTween for Special Properties as Filters and others. Changelog C# Versionversion 0.5aFeatures- 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.
|