chenglou / react-motion

A spring that solves your animation problems.
MIT License
21.68k stars 1.16k forks source link

React Motion for SVG draggable list #541

Open NishiPhalke opened 6 years ago

NishiPhalke commented 6 years ago

I would like to use react-motion for making in SVG list draggable in react. Currently,this Motion component creates a div in svg code (since my application code is svg). Is it possible to support draggable list animation for list of SVGElements with react-motion?