Jump to content
Search Community

Search the Community

Showing results for tags 'ios9'.

  • 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. Hi, I'm experiencing an issue with TweenMax.to on iOS9. var scrollTarget = { scrollLeft: 100 }; var animTime = 0.25; TweenMax.to(this._contentContainer, animTime, scrollTarget); The animation works fine on desktop, iOS 7, and iOS 8. But on iOS 9 the animation is very choppy and instead of animating for 0.25 second, it would take 5 - 10 seconds to move with the choppy animation to complete. I found that once I set the animTime to zero, the slide will just snap to place without the animation but that will prevent it from the poor performance. I'm wondering if anyone had the similar experience and can give me suggestions. Thank you so much!
×
×
  • Create New...