Jump to content
Search Community

rocketman97

Members
  • Posts

    19
  • Joined

  • Last visited

rocketman97's Achievements

  1. hi, thank you! i also noticed i made lots of mistakes. thanks for clearing it up
  2. Hi sorry for the confusion, i am using gsap to make my shuffle have a nice animation to it, problem is GSAP throws the cards in all direction, if you could give me a demo for a card related animtion using Gsap it will be helpful in getting the animaiton working smoothly
  3. So, i removed all the irrelevant code and left only those related to the shuffle animation.
  4. Hi everyone, I'm trying to create a shuffle animation, the problem is the animation is really choppy and jagged and I don't really know what I can do to make it more smooth. please does any one have any suggestions. the main shuffle starts after the cards are introduced. and the lines of code i have an issue with starts from // Apply animations i have also attached my codepen url.
  5. thank you will attempt and get back to you
  6. Hello everyone, I'm trying to create a specific type of animation using GSAP, but I'm not sure how to approach it or if it's even feasible. Could someone please share a link to a similar project if available, so I can learn from it?
  7. hi! ? Hi! quick question, what are the extra brackets for, like this one "const canvasWidth = (canvas.width = 300);" ?
  8. Thank you! didn't know about Pixi.js, but i'll look into it aswell
  9. Wow!!! thank you so much for taking time out analize and point out my mistakes, i really appreciate this. I spent almost 8 hours staring at my screen lol.
  10. hello everyone, I'm learning gsap and im trying to replicate this looping effect like the code below A Pen by Mark (codepen.io) and I think I'm getting the hang of it, but the issue now is mine does not look as smooth and seems rushed and shaky. pls what am i missing? i could copy and paste the other code, but i want to learn and simplify it for myself.
  11. no worries i got it to work, turns out i forgot to put parentheses in my 'ctx.beginPath()'
  12. Hi everyone, I'm trying to follow a guide from this code pen i saw on this forum Canvas Basic Starter (codepen.io) which is about using gsap to animate canvas elements. This works with rect but when using arc to construct circles it's neither clearing the previous frames and changing color or looping like the guide. I'm not sure what's going on. please any suggestions?
×
×
  • Create New...