Jump to content
Search Community

MaxCode

Members
  • Posts

    4
  • Joined

  • Last visited

MaxCode's Achievements

  1. Hello everyone! I wanted to let you know that I created a vscode extension called "Gsap GreenSock Snippets", it already has more than 40 different snippets and I am planning to eventually add more. I hope you can give it a try and find it useful. Happy tweening! Max.
  2. Hello! Thank you for your answer, even though InertiaPlugin is a great and much better solution I found out why it was not working as I expected. It turn out in the original code I was using a variable for the transitions, but when I copied and pasted the code on codepen I did not realize that. https://codepen.io/maxrpark/pen/ZEvmEJp https://codepen.io/maxrpark/pen/KKZrNqr After I fixed that it works as the one I created with Vue. It does not look as cool as the one using InertiaPlugin but at least now it snap. The bug was so simple that it was the last thing I could imagine, I almost went crazy. Again, many thanks for your quick response and solution.
  3. Hello! First of all, thank you for everything related to Gsap, you guys are great. Second, I came with a little problem, I created a carousel using gsap and the progress is controlled with draggable. The thing is that it works great in a project I created using Vue.js but when I built it using only javascript it does not work properly. The actual problem is that it does not snap as the one created with Vue. This is the codepen, I commented out liveSnap, so you can see how it works but if you uncommented liveSnap you will see the problem. https://codepen.io/maxrpark/pen/ZEvmEJp I am also sharing a gif of the one I made with Vue, to show how is supposed to work. Many thanks in advance Max.
  4. I was having the same problem on chrome with android devices and this solve the issue for me too! Thanks!!
×
×
  • Create New...