Jump to content
Search Community

Search the Community

Showing results for tags 'tweenmax scrolling tablet'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • GreenSock Forums
    • GSAP
    • Banner Animation
    • Jobs & Freelance
  • Flash / ActionScript Archive
    • GSAP (Flash)
    • Loading (Flash)
    • TransformManager (Flash)

Product Groups

  • Club GreenSock
  • TransformManager
  • Supercharge

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Personal Website


Twitter


CodePen


Company Website


Location


Interests

Found 1 result

  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...