Jump to content
Search Community

kw2010

Members
  • Posts

    1
  • Joined

  • Last visited

kw2010's Achievements

0

Reputation

  1. Please be gentle, I'm so new to this it's making me question my intelligence!! I have my fla file, for the most part, just they way I'd like it. My problem is the easing of text as it tweens to the stage. At the end of each tween the text appears to "jump". Here is the code: var timeline:TimelineLite = new TimelineMax({onComplete:myFunction}); timeline.append (TweenMax.from(mc1,5,{blurFilter:{blurX:20},x:0,ease:Strong.easeOut,alpha:0})); timeline.append (TweenMax.from(mc2,6,{blurFilter:{blurX:20},x:0,ease:Strong.easeOut,alpha:0})); timeline.append (TweenMax.from(mc3,7,{blurFilter:{blurX:20},x:0,ease:Strong.easeOut,alpha:0})); Thoughts? In case my explanation is inept, here is a sample file (emphasis on sample). Thank you so much in advance!
×
×
  • Create New...