Jump to content
Search Community

Agstya Krisna

Members
  • Posts

    3
  • Joined

  • Last visited

Agstya Krisna's Achievements

0

Reputation

  1. Dear GreenSock admin, Thanks for your quick response Hmmm is maybe the problem come from rendering the image and krpano image 360??? Because if I try scroll in a view article like maybe 3 or 5 article scrool down the scrolling is faster and smooth. I just fix my minor code Thanks a lot
  2. Hi Jonathan, Thanks for you quick response Ok, 1. I'm using iPad 2 WiFi, with os 7.1, I think that is the latest os. 2. I'm using TweenMax 1.11.6 3. Owhh Ok, that really bad, I will fix it, thanks 4. Since I meet with GSAP, I already have 50 pages HTML file, I think it will easy if I just write or include the TweenMax from JS file instead open 50 html file and include one by one onto header HTML. And please have a look my code here http://codepen.io/edy-fulqentius/pen/KaAsD/ Thanks again for your help Jonathan
  3. 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...