react-flip-toolkit
react-flip-toolkit copied to clipboard
A lightweight magic-move library for configurable layout transitions
Thanks for this project! I'm trying to find a packaged version of react-flip-toolkit / flip-toolkit that I can include in my web app via a script tag. It appears that...
This leads to errors with query selector: ``` SyntaxError: Failed to execute 'querySelectorAll' on 'Element': '[data-flipper-id="0.62822"] [data-flip-id="Kontrolle "Nummer falsch" in Hubspot"]' is not a valid selector. ```
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...
Hi @aholachek I've noticed there is this heavy .cache folder distributed in the npm package for 'flip-toolkit'. I think this might be a mistake and it should be ignored when...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.1 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Thanks for the great package. I am wondering about the expected behavior for entering elements that trigger a flip animation which is then interrupted by more entering elements. Is it...
The `Flipper`'s `element` is currently private. I'd like access to it and am just curious, why is it private? What is the suggested method for accessing the element if not...
I want to animate my array which has cards that change position but the example is super complicated and its also written in class component which makes it even harder
I know there are several issues about scrolling already resolved. But I think mine is a different case: Scenario: A component ItemsList and a component ItemView, conditionally shown one or...
First, thank you develop this great awesome toolkit! I want use it in `Angular`, but `flip-toolkit` package have some type depend on `react` type. This make some `type` error. see...