English 中文(简体)
Greensock Library, which is the Best Options, TweenLite, TweenNano, TweenMax, TimelineMax?
原标题:Greensock library, which is the best option, TweenLite, TweenNano, TweenMax, TimelineMax?

i 处于闪电状态的新情况,我听到格林斯克斯底是最好的。 但是,在试图下载其真实混淆的时候。 有许多名字,如:

* TweenNano
* TweenLite
* TweenMax
* TimelineLite
* TimelineMax
* Tweening Platform v11

它是最佳或完全特征的校准,在什么地方可以下载完整包裹。 如果是错的话,请告诉我:

问题回答

I would suggest using TweenLite, it is the basic tweening package. TweenMax has some more features but I only ever rarely need them. I ve not used TweenNano as it seems to be missing some key functionality. The other packages are for more specific types of tweening, like the timeline packages.

网址是:

为什么TweenLite和TweenMax分成两个班,而不是把所有功能分成一个班?

  1. File size. The majority of tweening doesn t require the extra features in TweenMax like setDestination(), timeScale, repeat, repeatDelay, etc. so TweenLite is perfectly sufficient. TweenLite prioritizes efficiency and small file size whereas TweenMax prioritizes a rich feature set.
  2. Speed. TweenLite is slightly faster than TweenMax because it requires less code, although you d probably never notice any difference unless you re tweening multiple thousands of instances. See the speed test.

TweenNano能够尽一切所能 TweenLite与以下例外:

<>No Plugins——关于TweenLite的一件大事是,你可以激发花gin,以便添加特征(如汽车、拖车、蓝).等)。 然而,TweenNano用gin子做工。

Incompatible with TimelineLite and TimelineMax - 时间线和时间线Max可以更容易地对拖网群进行复杂的排序和管理,但TweenNano的事例不能插入时间线或时间线Max。

www.un.org/Depts/DGACM/index_spanish.htm 轻速下降——在重负荷之下,TweenNano和TweenLite取得了相当的成绩,但是,除非你同时重压数千件物体,否则你就不太可能注意到。

www.un.org/Depts/DGACM/index_spanish.htm 低于标准的模式——在TweenNano,你可以超过同一物体的所有或全部(overwrite:trueoverwrite:false)。 然而,TweenLite可以使用 Over 管理者扩大其能力和使用方式,如非洲木材组织、CONCURRENT、PREEXISTING和ALL_ONSTART(详情见

与TweenLite相比,TweenNano缺乏以下方法/财产:

pause()
play()
resume()
restart()
reverse()
invalidate()
onStart
defaultEase
easeParams
currentTime
startTime
totalTime
paused
reversed
totalDuration

首先是TweenLite,它是整个振奋平台的基础,包括你今后需要的90%。 如果出于某种原因,你们走一条道路,你们认识到,你们需要一些更先进的特征,如两次进展活动,其三边才能为之tw。 Tween nano只在档案极其少的地方使用,例如,在15k打上了很强的旗帜。 但是,这再次非常可互换,可以升级。

就时间安排而言,在你刚刚开始的时候,他们就离开了。 你们一旦熟悉了上述一张 te子,就会在一些复杂的tw子中 en子,你真的想要使用顺序,如控制松.的陶器集团,但又要爱心的,在你能够加快步子、时间表和计划之前,更能拯救这些.子;max子的max子不是真正的需要,而是对熟练的tw子非常有用。

亲爱!

请注意,如果你重新利用Greensock进行商业使用,你本应支付许可证。 如果你重新为客户而不是为客户工作,你有责任指出这一点!

我一直使用TweenMax,直到我认识到,然后批发变成了Tweensy;它仍在孵化之中,但却是“ friendly”。 转换为Nt-Free,但Ive 尚未进入Tweensy。





相关问题
Disable button tooltip in AS3

I want to disable the tooltip on certain buttons. The tooltip manager seems to be an all or nothing solution. Is it possible to disable the tooltip for just one or two buttons?

Sorting twodimensional Array in AS3

So, i have a two-dimensional Array of ID s and vote count - voteArray[i][0] = ID, voteArray[i][1] = vote count I want the top 3 voted items to be displayed in different colors, so i have a 2nd Array -...

Virtual Tour using sketch up, ajax, flash technologies

I want to know if there are existing technology that make your 3d models in sketch into virtual tours, using either Ajax or Flash for web presentation. If there s none, which will be a good approach ...

AS3 try/catch out of memory

I m loading a few huge images on my flex/as3 app, but I can t manage to catch the error when the flash player runs out of memory. Here is the what I was thinking might work (I use ???? because i dont ...

Red5 Security Tutorial

I am looking for a step by step tutorial on securing Red5 from intrusion. This seems to be a question that comes up alot in a google search, but is never really answered in a way that makes sense to ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

visible property of DisplayObject

For example I have a hierarchy of movie clips. mc1 is a child of mc, and mc2 is a child of mc1. Turns out that when I set mc1.visible = false; mc2.visible stays true. Is that supposed to happen?...

热门标签