Jump to content
Search Community

Alnat2

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Alnat2

  1. Thanks Zach, now it works well. After reading a few old forum`s discussions about changing easing for reverse(), I wrote this code: onClick: function () { chair.reversed() ? chair.play() : chair.tweenTo(0, {onComplete: chair.reversed(true),ease:Bounce.easeOut}); Is this code ok? Or after GSAP3 release, it can be implemented more easily?
  2. Without easing and snapping it looks unnatural ( Why is there no jerking in my version?
  3. And this little jerk, due to the work of the InertiaPlugin? Here`s a video https://res.cloudinary.com/alnat2/video/upload/v1598114097/topjerk.mp4 There is no jerks in my version. This is due to the fact that I used two timelines, isn't it?
  4. Zach, thanks a lot for the help, but what are these "jerks" in your version when I drag the handle? Here's a video https://res.cloudinary.com/alnat2/video/upload/v1598037241/jerks.mp4
  5. Hi @ZachSaucier, I don’t know what it depends on, but from time to time the animation stops starting when you click on one card and drag on another. In this video onClick doesn`t work https://res.cloudinary.com/alnat2/video/upload/v1597931019/c-dragworks-clicknot.mp4 and onDrag doesn`t work https://res.cloudinary.com/alnat2/video/upload/v1597931019/c-clickwors-dragnot.mp4 After reloading the page, the problem disappears.
  6. Hi everyone, I made some card concepts using the Draggable plugin, but the problem is that sometimes clicks or drags doesn`t work. Any ideas why this is happening and how to fix it? Thank you!
×
×
  • Create New...