Nitin Tulswani
Nitin Tulswani
Oops! We can totally add `fadeOut`. This will possibly live [here](https://github.com/nitin42/animate-components/blob/master/packages/animate-keyframes/src/main.js#L275). Can you create a PR for this ? You just need to add keyframes !
Similar to what I was about to suggest. Can you create a PR for this ?
Haha no issues 😄
The problem seems vague to me. Can you show me the part of your code where you are using `animate-components` ?
`animate-components` does all of its work in runtime and so it may be a little difficult to handle the animation when a component unmounts because it has a declarative api...
> I'll gladly write up some more documentation and issue a PR for it to help others! Thanks! I really appreciate this! I'll look more into this problem this weekend...
Oh! Let me know what you experiment with 😀
Here is the code ```javascript function karatsubaMulti(x, y) { let n = Math.min(('' + x).length, ('' + y).length); // Implicit coercision if(n == 1) return x * y; let bm...
Oh ! Thanks for pointing this. I'll rewrite the code 😄
@Andarist thanks for looping in! It's been a while since I last looked at the `@emotion/primitives-core` implementation so not sure about the issue exactly. Let me have a look at...