react-flip-move
react-flip-move copied to clipboard
Effortless animation between DOM changes (eg. list reordering) using the FLIP technique.
`react-flip-move` has conflicting `peerDependencies` with React 17: ``` Found: [email protected] node_modules/react react@"17.0.1" from the root project peer react@">=16.3.x" from [email protected] node_modules/react-flip-move dev react-flip-move@"^3.0.4" from the root project ``` ``` {...
react-flip-move incompatible with [email protected] Checked with this sandbox: https://codesandbox.io/s/react-beautiful-dnd-react-flip-move-3-forked-zkdwi
hi :) replace "accordianVertical" to "accordionVertical" please. it will fix grid toogle button thanks for awesome package
Hi, Typescript errors got me importing the component like `import * as FlipMove from 'react-flip-move';` :-) However, when compiled this seams to cause react to crash because the render methods...
Thanks for a great library! In my use case, I am using FlipMove to animate a list of items up to 100 items that can be filtered down to none...
Hi @joshwcomeau, I'm Romuald from the [Lsos](https://lsos.org/), an organization developing financial solutions for open source projects. I really like react-flip-move (it was one of the first React components I used!)...
Hi. I have a problem with animation of remove when a container scrolling position is at the end (or near the end). In this case the animated element shifts down...
In my case I want to add background-color transition. I think customization the createTransitionString function is a good way, Because we may add other transition. ``` css { transition: transform...
While running tests locally with FlipMove everything seems to work perfectly. Though when deploying to a production environment, Flipmove seems to break the container it's supposed to render. The error...
I was trying to build a rotating/changing text component with this library and noticed this bug. My component changes the text (removes the previous one and adds a new one)...