Jump to content
Search Community

danielsdesk

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by danielsdesk

  1. Thanks @danielsdesk! I'm looking forward to see if you create something cool with it!

     

    I'm messing with it as we speak... I have lots of React experience but I only just starting getting into GSAP the past week or so to try and do some really complicated js animation stuff for the first time... I may have some really stupid questions to ask

  2. 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.  

     

    azazdeaz; I literally love you right now.  This is an amazing piece of work.

    • Like 1
×
×
  • Create New...