Jump to content
Search Community

Fly The Coop

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Fly The Coop

  1. Thanks @Rodrigo and @Shrug ¯\_(ツ)_/¯ for helping out! Based on your suggestions and examples I came with the following codepen which is the effect I'm looking for using the MotionPathPlugin - it's like an arched infinite carousel. https://codepen.io/flythecoop/pen/zYmNgOJ Before I continue down this route and add snapping, indexing, etc. Could you confirm this is the way to go for this effect? Many thanks!
  2. Hi guys, I'm trying to create a looping circular carousel but I'm stuck on how to wrap the boxes to the other side when rotating the circle. As you can see in the codepen, I've prepared an array with all possible positions around the circle on which the boxes should be placed. Much like the horizontalLoop() helper function, the boxes should be moved to the end when they are rotated out of view. While writing this I'm thinking of creating a tracker for the positions and index of the box placed on each position to update, is that the way to go? Would greatly appreciate if someone could give me nudge in the right direction. Many thanks, GSAP rocks!
×
×
  • Create New...