[Tweener] lookiing for some equation class documentation

Baluta Cristian cristi.baluta at gmail.com
Thu May 1 10:13:35 PDT 2008


if you have multiple properties i suppose would be:Tweener.addTween(sprite,
{alpha:0}, { alpha:1 });

i usualy write another Tween with my initial values and time:0. More options
will aglomerate the syntax.


On Thu, May 1, 2008 at 7:18 PM, Eduardo Omine <eduardo.omine at gmail.com>
wrote:

> Suppose you want to fade in a sprite, but its alpha == 1.
> Instead of:
>
> sprite.alpha = 0;
> Tweener.addTween(sprite, { alpha:1 });
>
>
> You have:
>
> TweenLite.from(sprite, 1, { alpha:0 });
>
>
>
> On 5/1/08, Baluta Cristian <cristi.baluta at gmail.com> wrote:
> > what is from() doing?
>
> --
> Eduardo Omine
> http://blog.omine.net/
> http://www.omine.net/
> _______________________________________________
> Tweener mailing list
> Tweener at lists.caurinauebi.com
> http://lists.caurinauebi.com/listinfo.cgi/tweener-caurinauebi.com
>



-- 
Cristi
www.ralcr.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.caurinauebi.com/pipermail/tweener-caurinauebi.com/attachments/20080501/ee487c54/attachment.htm 


More information about the Tweener mailing list