react-liquidswipe icon indicating copy to clipboard operation
react-liquidswipe copied to clipboard

🚀 Smooth Liquid Swipe Animation to transition between different components.

Results 4 react-liquidswipe issues
Sort by recently updated
recently updated
newest added

React -- can anyone help me with the scrolling content?

Based on `useDrag` documentation, to be able to use touch gestures we need to put the `useTouch` as true when we are on mobile/tablet, and also the `touch-action: pan-y;` allow...

As observed as part of #2 , The hover animation of button is getting interfered by the component which is below the current component.

good first issue

- Allowing the components to switch on scroll makes a lot of sense in desktops/laptops. - Also, it will also be better if the components are switched when the user...