Jump to content
Search Community

novellino

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by novellino

  1. Hello,

    I using ScrollMagic in my site in order to make an animation. You can see the animation here:

    http://jsfiddle.net/VRBG2/2/

     

    And the code I am using you can see in the jsfidde similar to this:

     

    
    
     var topToBottom = new TimelineMax()
    .add(TweenMax.to("#section3", 1, {marginTop: "0"}));
     
    var scene = new ScrollScene({
    triggerElement: "#section1",
    tweenChanges: true
    })
    .addTo(controller)
    .setTween(topToBottom);
     
    My problem is than on tablets/smartphones, iphone, iPad and Android this animation looks very bad. Is very slow and not smooth at all.
    Does anyone see any problem in my code.
    And should I use any other plugins for making this to work better in tablets/mobile?
     
    Thanks in advance
×
×
  • Create New...