azazdeaz / react-gsap-enhancer

Use the full power of React and GSAP together
MIT License
727 stars 38 forks source link

Make stagger-functions available? #14

Closed micros123 closed 8 years ago

micros123 commented 8 years ago

I'm wondering if there's a special reason why the staggerTo, staggerFrom, etc functions are not available. Any chance they will be introduced later?

azazdeaz commented 8 years ago

Hi @micros123

You can use every GSAP fetaure in the animation source functions. Here is a demo for using staggerFrom().

micros123 commented 8 years ago

I'm sorry, you're totally right. Thanks for the demo.