没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > thelab-lighter |
thelab-lighter
|
0 | 0 | 15 |
贡献者 | 讨论 | 代码提交 |
UPDATEThis project will be soon be deleted! For news and updated source go to:http://code.google.com/p/thelaboratory-tween/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.
FeaturesStatic 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.
AddedCatmull 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.5aFeaturesClass 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.