Yep no problem man. :) I do understand your reasons. It still looks awesome though.
Keyframes looks promising for complex animation of single component. But what about multiple components? Like start animation of component only after some other finished its animation...
Maybe `waitForChildren` and `waitForParent` booleans would be helpful too
There's an advanced way of establishing this relationship for non-heirarchal components but I haven't got to writing the docs for that yet. A CodePen example here https://codepen.io/popmotion/pen/xWrbNm?editors=0010
Keyframes looks promising for complex animation of single component. But what about multiple components? Like start animation of component only after some other finished its animation...