Jump to content
Search Community

Search the Community

Showing results for tags 'ipad app'.

  • 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 All, I just start learn and using GSAP animation from 3 days ago, and I really enjoy it and love it now I still bulding some iPad app which is use HTML 5 and GSAP for the animation, the animation is really simple. I used GSAP plugin for jQuery for all animation include for scroolTo, when I tested on my web browser ( Safari, Firefox and Chore ) the animation going faster and smoother, but when I runing the app and tested on iPad the animation is slow and not smooth like on web browser, the worst animation is when I tried animated scroolTo, the animation is very very slow, others animation is fast but not so fatser like on web browser. In one page I have 16 div with each div has height 1024 x 766 is mean I have 16 page to scrool down, and every div have 1 image with size 1024 x 766 but only 11 div and have 4 gallery slideshow which have 5 image slideshow on every each div slideshow and the last div I have 1 panorama image using KRPANO 360, it mean I have 31 images on one page not include 1 panorama images. Is that all the structure make My animation going slow when runing on iPad app??sometime when I tried doing scroolTo I got waring Received memory warning from my xCode. And here is my code for scroolTo TweenLite.to(window, 2, {scrollTo:{y: topPos, onComplete:clearContentEffect('s')}, ease:Power3.easeInOut}); and I add this into my library to call GSAP document.write('<script type="text/javascript" src="scripts/greenmax/TimelineLite.min.js"></script>'); document.write('<script type="text/javascript" src="scripts/greenmax/TweenMax.min.js"></script>'); document.write('<script type="text/javascript" src="scripts/greenmax/ScrollToPlugin.min.js"></script>'); Is anyway for me to make the GSAP animation going faster and smother like on web browser? If anyone have same problem like me please share here and if anyone know how to solve it please let me advice. GSAP is a best animation platform now Thanks all and I apologize if my English is bad.
×
×
  • Create New...