Jump to content
Search Community

J00

Members
  • Posts

    2
  • Joined

  • Last visited

J00's Achievements

0

Reputation

  1. Thank you very much for the quick reply, yes I have uploaded the minimal code on CodePen, however it doesn't preview well so I have uploaded the same stuff on server by using Netlify. CodePen Link: https://codepen.io/kazuki-kurimoto/pen/pobBJyL Netlify Link: https://ecstatic-fermi-e7a4b8.netlify.app I have opened the Netlify link with my iphone7 and ipad Pro (both has latest os), and scroll fast or scroll fast and stop, the same bug happens. You might recognize that the right indicator bar skips or go back without scrolling. Again thank you very much for your support.
  2. hi, I have a problem on ios devices with scrollTrigger, when I scroll, scroll suddenly skips or jumps, I have no idea why this happens because the code I wrote is only this. There's a video at the bottom that you can see what I mean. Thank you for your attention:) gsap.timeline({ scrollTrigger:{ trigger:'#s0', scrub:true, start:'top top', end: 'bottom -220%', pin: '#s0', } }) // .to('#photo1',{maskImage: 'linear-gradient(rgba(0, 0, 0, 1) 0%,rgba(0, 0, 0, 1) 0%,rgba(0, 0, 0, 0) 50%)'}) .to('#photo1', { opacity: 0 }); idk.mov
×
×
  • Create New...