react-transition-group icon indicating copy to clipboard operation
react-transition-group copied to clipboard

*-move class for list transitions

Open ericfennis opened this issue 3 years ago • 0 comments

I loved the transition component from Vue. And I understand that this library is heavily inspired by it. I really enjoying it, but I miss one feature the move transition. Here is an example from the Vue docs: Vue transition component (Codepen)

.flip-list-move {
  transition: transform 0.8s ease;
}

For now I switched to Framer motion for this, but I think framer motion is a bit too big.

ericfennis avatar Jan 19 '22 14:01 ericfennis