flip-toolkit
Advanced tools
Changelog
7.0.0 Release
** Summary ** This release adds swipe-enabled FLIP, a spring utility, and reduces the size of the main library by a bit.
Flipped
components are now no longer automatically handled. If you want a Flipped
animation to wait for another (staggered) Flipped
animation to begin, you need to explicitly provide a prop that references the flipId
of the Flipped
component to wait until: delayUntil="flipId"
. Getting rid of auttomatically handled nested staggers reduced the complexity of the code and made the library a bit smaller and a lot more maintainable.spring
, a function to handle spring tweening of style attributes for you.Swipe
, a component which allows for swipe-driven FLIP.flip-toolkit
, the base of the library without any React, is now its own package on npm