Jump to content
Search Community

ngc7293

Members
  • Posts

    22
  • Joined

  • Last visited

Recent Profile Visitors

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

ngc7293's Achievements

  1. Yes, that's my goal, just like Draggable. https://codepen.io/xf-ngc7293/pen/jOLNLZE
  2. I need to set preventdefault to true to ensure that the picture will not be dragged away by the default behavior on the PC, but on the mobile phone, the page cannot scroll because of this setting. I revised the case and hope it can express my problem clearly. https://codepen.io/xf-ngc7293/pen/jOLNLZE
  3. The function I want to implement is similar to the "allownateuchscrolling" property of the Draggable plug-in.
  4. That 's great! But when dragging, I want to allow native scrolling in the vertical direction and disable default events in the horizontal direction. What should I do?
  5. Hi, this is the plug-in I want, but now I have some problems. When I disable the plug-in during the drag process, it still runs, even if the mouse is released. You can see that the console is continuously outputting... In fact, I want to realize the function of locking the axis, just like the Draggable, Or I can disable default events dynamically. I hope I have made myself clear.
  6. Thank you for sharing. I just look forward to GSAP. Thank you very much.
  7. I'm looking forward to GSAP Carousel/Slider. I don't know if you have this plan? The best carousel plug-in I've ever used is "jQuery carouFredSel", but this project has disappeared for a long time. Such as slick and swiper are not perfect. Do you really not have this plan?
  8. Thank you very much for your help.
  9. Hi, I have a problem. In this case, I found it when I was using my iPhone's browser, dragging in the gray area cannot scroll the page. This gray element is only used to represent the inoperable area. Deleting it will not solve this problem.
  10. hello, When I use Draggable, it doesn't seem to automatically respond to container changes,It changes when I click on the content. Click the resize button, and then click the content area to observe the change of the scroll bar. I hope my poor English makes it clear, thanks.
  11. Sorry, it seems that it is difficult for me to describe my problem clearly, thanks for your reply
  12. Sorry my english is poor. I mean, when I set {start:'top 50%'}, when "onLeave" is triggered, "trigger" is in the viewport. I hope that no matter what value is set for "start, end", "trigger" can trigger an event when leaving the viewport. I use this event to reset "trigger"
  13. This is a long-awaited plugin, thanks gsap! Just now I have a question, can the plugin add an event to ensure that ‘trigger’ is triggered when the viewport is moved out,When scrolling up after starting?
  14. Thank you for your reply
×
×
  • Create New...