Jump to content
Search Community

ConradBastian

Members
  • Posts

    7
  • Joined

  • Last visited

ConradBastian's Achievements

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

3

Reputation

  1. I've noticed that @Marcelo VazGSAP v2 version runs smoother on my laptop https://codepen.io/chrisgannon/pen/pbzEYr than Gsap v3 version provided by @GreenSock https://codepen.io/GreenSock/pen/56c8c53321d68056bd8b74d71c6b4335?editors=0010 while dragging the big dot. Especially on full screen. Do you know why there are performance lossess in v3? I use Firefox, my laptop has core i5 3230M 2.6 Ghz so it's not hardware issue.
  2. Thank you. Indeed it works with newest GSAP version. Thank you
  3. Hello! As I learn GSAP 3 from https://courses.snorkl.tv/courses/gsap-3-express I try to make animation play after button is clicked. But when I add stagger to the animation and try to play - nothing happens. Check my codepen. Try to click play. Then delete "stagger" option and run again - the animation works. I am doing sth wrong or it is just a bug that it needs to be fixed? Regards
  4. WOW! Yes! This is exactly what I'm looking for! Amazing! I will test some GSAP options on codepen and definitely buy Shockingly Green Membership. @mikel Thank you for your answer, it's also nice, but Jack's solution fits better to my need
  5. Ok sorry, I thought GSAP can add random small curve by adding " curviness" in random direction. Sorry. Ok let's say I have SVG path between 2 elements. But when I resize window vertically the distance between elements changes, so the path isn't working properply anymore like in my Pen in the first post. How I can a make this scalable to the screen (viewport) size? edit: nevermind How to just animate between 2 elements. I know how to do that via JS, but im asking if GSAP has native function to do that (I believe it has)
  6. Thanks for quick response. First - I'd like to achieve an effect of animating between elements with no additional point, curve. Then I'd like to know if it's possible to add a curve when animating between elements.
  7. Is it possible to animate position of an element from element-a position to element-b position only by passing their ID into GSAP? I pass element ID's and GSAP do the calculation and animate it. For example motionPath:{ path: [{#element-a}, {#element-b}], curviness: 1 }
×
×
  • Create New...