Jump to content
Search Community

loraderon

Members
  • Posts

    4
  • Joined

  • Last visited

loraderon's Achievements

0

Reputation

  1. I got caught up in some other stuff but the tweenFromTo(0, animation) tip was great! I also modified the code to allow arbitrary (2+) number of elements. One minor glitch now is when the animations repeat, there is a slight delay but I think I can live with that. Codepen URL: http://codepen.io/loraderon/pen/azxGKY?editors=101
  2. I also noted that the timing goes off when when I add another item. Please see example at http://codepen.io/loraderon/pen/EarJNL.
  3. Hi, I'm trying to create a simple (generic) animation. I have a working POC but would like to know if there are any improvements that could be done that I'm not aware of (only started using greensock yesterday - awesome library!) At the moment I'm using two staggerX since I couldn't get a 'wait' period without it. Also I needed to use an onComplete handler since xxx.repeat(n).fromTo produced unexpected behaviour. Thanks
  4. Hi, Is it possible to animate to the original value? I tried using clearProps, but that just resets it immediately.
×
×
  • Create New...