Jump to content
Search Community

thiagodebastos

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by thiagodebastos

  1. Hi,

    i made this tool to be able using React and GSAP together

    [Github](https://github.com/azazdeaz/react-gsap-enhancer)

    [Demos](http://azazdeaz.github.io/react-gsap-enhancer/#/demo/update-and-animate-transform)

    Please issue me know if you have an idea to make this better! (Or made something cool with it :simple_smile: )

     

    The problem is React suspect that nothing else mutates the DOM of the components. So if you mutate it React will respond with tons of errors. This fix this problem by removing all the extra mutations before the React render() than restarts the animations.  

     

    This is fantastic my friend, I will have more of a play with it and get back to you on how I go :)

×
×
  • Create New...