Jump to content
Search Community

samuelcouch

Members
  • Posts

    2
  • Joined

  • Last visited

samuelcouch's Achievements

0

Reputation

  1. Hello! This is my first go at SVG animation, so it's likely something stupid simple, or a mistake on my part. The issue that I'm having is multipart, though I anticipate they're related -- I have a group with ID `CONFEFFTI` within the group are individual objects, each with ID of `confetti_piece` At the end of the animation I am calling full.staggerFrom("#confetti_piece", 2, { scale:0, transformOrigin:'center', ease: Elastic.easeOut.config(1, 0.35) }, "-=2.0") The problem(s) I am having are: Only one of the pieces is animating (top right, green triangle comes in) -- I'm trying to have all of them animate in It fires way after the rest of the animation completes, and it seems changing the position parameter to something much more drastic ("-=4.0" for example), it still goes late Would love some help on this, thanks so much!
×
×
  • Create New...