Jump to content
Search Community

about key timeline?

onefish test
Moderator Tag

Recommended Posts

hello,my English is not good.I have a question ,I hope you can help me,thanks.There are two tweenLite to lable,like the file,but the one that Key frame is not smooth,are there any ways to make key timeline is also smooth?and whether Key timeline can use "timescale" ?

Link to comment
Share on other sites

you might get slightly better results if you apply an ease of Linear.easeNone

 

TweenLite.to(mc1, 1, {frameLabel:"comp", ease:Linear.easeNone});

 

and yes you can use timeScale but if you make it slower it will stay on each frame longer.

if you make it faster it will skip frames.

 

when you use key frames you are stuck with a certain amount of frames / positions that can be rendered over the course of a tween.

as your demo illustrates, the TweenLite tweens that use no frames appear much smoother.

 

the only thing you can really do to make keyframed animations appear smoother is to increase the frame frate of the document.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...