Jump to content
Search Community

call007

Members
  • Posts

    11
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

call007's Achievements

  1. Hi! I solved this problem this way: let smoother: ScrollSmoother; if (!ScrollTrigger.isTouch) { smoother = ScrollSmoother.create({ smooth: 1, effects: true, }); } I'm just turning off ScrollSmoother for the touch devices. My example is http://html5-coder.ru/html/project-225/index.html
  2. @GreenSock , it's ok, thanks! Your demo works properly now. Hopefully, it will be fixed in the next release. Thanks ?
  3. No, it's not working properly. The forked demo above still has the same problem. But I remember it worked fine in the demo above a couple of months ago?
  4. @GreenSock Unfortunately, this problem wasn't fixed with the new version (3.11.5) of GSAP ?
  5. It works fine with this line (and in the demo above) : smoother.scrollTrigger.getTween().resetTo("totalProgress", 0); Thank you for your help! Good luck!
  6. Hi everyone, I've noticed this problem in 3.11.4 version of GSAP. When scrolling a page for the first time you can see the strange jumping of the content (around 15px). You can check it on the demo. Is there a way to fix it? Thanks
  7. I have the same problem with IPad Pro (12.9-inch) (5th generation) (iOS 15.6). I can try to record a video if you wish.
  8. That is what I needed. It's perfect! Thank you very much for your help!
  9. It really works! Thank you, Jack! Just in case an article about it that I've found. But I have the last question ? Is it possible to animate SVG attributes with gsap.quickTo function? https://codepen.io/call007/pen/YzemNPy
  10. Currently, I was able to make what I wanted. But one thing that frustrates me is the duration animation of the mouse ball doesn't match the duration animation of the lines. https://codepen.io/call007/pen/oNErRLJ
  11. Hi everyone! I'm trying to animate x1 and y1 line attributes of an svg with gsap.quickTo by mousemove. But it doesn't work at all. Maybe I'm doing something wrong. Or maybe gsap.quickTo doesn't work correctly with these svg attributes. Anyway, please help me to understand how I can solve this problem. Thanks!
×
×
  • Create New...