Antoine Martin

Results 5 comments of Antoine Martin

@jotadepicas You can actually fix this issue if you trick a little bit, using namespace, you can ```javascript bean.on(element, 'click.yournamespace', 'your-selector', yourHandler) ``` and off the event with ```javascript bean.off(element,...

I agree with @aristidesfl. It would be nice to have this feature. As it's a recurrent problem in components librairies such as Vue or React. Absolute positionning is in many...

It could be really a great feature to get an initialEntry prop ! Would be really useful for props based animation, actually you got directly `entered` for transitionStatus on page...