Jump to content
Search Community

cerdupel

Premium
  • Posts

    3
  • Joined

  • Last visited

About cerdupel

Recent Profile Visitors

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

cerdupel's Achievements

  1. Will watch it, thank you for the tip. And of course! GSAP has been an essential tool for me for years, so thank you for that too!
  2. Hey Cassie! I totally understand. I had the same thought, and also the same problem... I'm ok with (very) basic math, but feel I would need a lifetime of trial and error to find the answer I'm looking for. It's not that important though, I just got a bit obsessed with it because I wasn't getting it. I'll dig deeper into it as soon as I have some free time to spend, whenever that may be! Thank you for your answer
  3. First of all, sorry for bringing this post back to activity! @OSUblake that pen has been super helpful with understanding modifiers, and also how to replace _gsTransform with getProperty, which was a bit confusing at first. After playing around with it for a while trying to achieve different results though, I'm completely lost. One of the things I've been trying to do is to get the end of the trail to not deviate away that much from its original path. If you trace a square-shaped path with the mouse, the trail rounds up fast and the shape is lost super quick, and I'd like it to keep its shape for a bit longer. What's confusing here is that I don't see much of a difference (almost none) in the results when trying different values, even when using completely random ones like here. gsap.set(line, { x: -1500, y: -750 }); let pos = gsap.getProperty(line); gsap.to(line, { duration: 10000, x: "+=150", y: "+=10", repeat: -1, ease: "expo.inOut", .. }); I thought I understood, but the more time I spend on it, the more lost I feel! Also, and since this is my first post ever, thank you for the consistently amazing help you guys provide on the forum, it's just incredibe how responsive and helpful this community always is. ? https://codepen.io/cerdupel/pen/ExEKvmb
×
×
  • Create New...