David Khourshid
David Khourshid
Great insights - it would be nice to use DE with an interpreter to ensure that actions get executed. I'm thinking it might be simpler than waiting for a promise,...
Ah, so you basically want something like `Promise.allSettled(...)`?
Please wait for V2 - it will be fixed there.
I don't see the error?
I'd be happy to accept a PR. With Flipping V2, adapters are going away (because it'll get a lot simpler).
You can pass parameters into: ```js const flipping = new Flipping({ duration: 300, easing: 'ease-in-out' }); ``` etc.
No, but that's a good idea. I'm still thinking of the proper API for that, it will likely be state-machine based.
The GSAP adapter is no longer available (or at least, it shouldn't be).
I'm going to ditch `mitt` and use a custom event emitter pattern.
Yep, these are coming soon! I have lots of documentation plans for Flipping that I haven't gotten around to yet.