Current location: Hot Scripts Forums » General Web Coding » Flash & ActionScript » Easer - custom ease transition for tween tools


Easer - custom ease transition for tween tools

Reply
  #1 (permalink)  
Old 11-08-11, 08:39 PM
activetofocus activetofocus is offline
Newbie Coder
 
Join Date: May 2010
Location: usa/cad
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Thumbs up Easer - custom ease transition for tween tools

Problem

Because of many Tween tools default ease transition didn’t meet our needs so I create it.

Solution

I create a custom tween transition effect tools for any tween tools or other.

Detailed explanation

This is a custom tween ease transition effect,you can use it for your any tween tools.
When you need a ease effect but your tween tools didn't achieve the transition of you want,then you can use Easer Tools for it.
It's really very practical and convenient.

Features:

1.Fully customizable EASE effect
2.Support tween,tweener,tweenlite,tweenMax etc...

Use Method:

step 1.You just use Easer Tools set yourself custom ease effect for your tween.
step 2.copy the code for your project.

Here is a Examplete for your project:
--------------------------------------------------------------------------------------
import com.activetofocus.easer.Easer;
import caurina.transitions.Tweener;

var easerArr:Array = [{Nx:100,Ny:-100,Mx:0,My:0},{Mx:200,My:-200}];
// easerArr array for your custome Easer effect

Tweener.addTween(mc,{y:29, time:1, transition:Easer.getEaseFun(easerArr)});

//If you use tweenlite
//TweenLite.to(mc,1,{y:29,ease:Easer.getEaseFun(ease rArr)});
--------------------------------------------------------------------------------------


< --- Click Here Down All Assets --- >


source from :Easer - Custom EASE effect for tween tools - ActiveToFocus.com
Reply With Quote
Reply

Bookmarks

Tags
activetofocus, custom, easer, transition, tween


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Action Adventure Title (Maya Tools Programmer) DigitalMedia Job Offers & Assistance 0 02-07-06 06:08 PM


All times are GMT -5. The time now is 07:03 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.