Jump to content
Search Community

Jason1975

Members
  • Posts

    2
  • Joined

  • Last visited

Jason1975's Achievements

  1. Thank you to all for the help and guiding me in the right direction, discovered an advanced feature in scrollmagic, that is helping me.
  2. Hi I am new to the forum so please forward me advice on posting if this is done incorrectly. I am using supercrollorama to animate a scroll down animation. my Questions for the forum 1) What do the different Power setting mean? i.e is Power0 slower than Power4 2) I need to slow my tween down so that it comes in as more timed tween per say so if I scroll my mousedown the animation does not shoot in it is more gradual. My code is below for the individual elements: var controller = $.superscrollorama(); controller.addTween('#third-third', TweenMax.from( $('#third-third'), 2, {css:{left: "2200px"}, delay: 0.5, ease: Quint.easeIn}), 200); You help is greatly appreciated. Jason
×
×
  • Create New...