'Is there an Angular version of the React-flip-move library?
I didn't find any equivalent in order to animate flexbox, in particular when elements are wrapped and jump to the next line. Thank you
Solution 1:[1]
Perhaps there are 3rd party libaries out that that fit your need, but none come to mind at this time. However if you don't find anything perhaps this could help you: https://material.angular.io/cdk/drag-drop/overview#cdk-drag-drop-custom-placeholder
Solution 2:[2]
you can use this package "Animations on enter / on leave" https://github.com/filipows/angular-animations#readme
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Joosep Parts |
Solution 2 | MouadAmzil |