Jump to content
Search Community

orendacc

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by orendacc

  1. Thanks, seems thats exactly what I'm searching for
  2. Hi, I'm new to gsap and I was wondering if its possible to move a dom element along an arc (circular or elipsoid) using gsap. In jQuery, I would achieve this using a step function passed to animate() and applying some basic goniometry to the 'left' and 'top' css attributes of the given element. However, I've been digging around the internet for some time, unable to find an equivalent solution done in gsap. I know there is the onUpdate function, but it didn't seem to me its intended to be used this way (at least I think that updating the css style of the moved element repeatedly wouldn't be much better to the overall performance than the jQuery way)
×
×
  • Create New...