A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: ease option in tween motion

  1. #1
    Member
    Join Date
    Mar 2001
    Location
    Norway
    Posts
    57

    ease option in tween motion

    how does the "ease" option in tween motion-properties work? what does the number (1-100) mean?

  2. #2
    Who, What, Why ... ? Fraggs's Avatar
    Join Date
    Jul 2003
    Location
    Flashland .. where else ?
    Posts
    786
    If you have a movie that is "tuned" to your mouse position, it is the speed at which it moves towards your cursor.

  3. #3
    Space Monkey daarboven's Avatar
    Join Date
    Sep 2001
    Location
    in the basement boiling soap...
    Posts
    217
    easing works like this:

    with no easing an animation from _x=0 with 100 frames to _x=100 will result in _x=50 at frame 50.

    with easing you can change that f.ex. to _x=75 in frame 50 resulting in your animation starting fas and slowing down at the end, which will be "easing out"; or vice versa, with _x=25 at frame 50, speeding up at the end, which is called "easing in". Easing in generall makes your animation look less automated and more lifelike if you use it properly. along with anticipation and exxageration easing belongs to the basic skills of animation.
    :::i am jacks complete lack of surprise:::

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center