react-flip-move icon indicating copy to clipboard operation
react-flip-move copied to clipboard

add custom createTransitionString function

Open j3l11234 opened this issue 7 years ago • 1 comments

In my case I want to add background-color transition. I think customization the createTransitionString function is a good way, Because we may add other transition.

{
  transition: transform 500ms ease-in-out 0ms, opacity 500ms ease-in-out 0ms, background-color 500ms ease-in-out 2000ms;
}

j3l11234 avatar Jan 28 '19 09:01 j3l11234

hi @j3l11234,

Sorry I never addressed this. This project has been on the back burner for me, in a totally different kitchen.

I'm not looking to add any more features to this repo, I don't have time to maintain it as-is. Glad that you've found functionality that is useful though! I'll leave this PR open so others can discover it / use your fork if they also need this.

joshwcomeau avatar Oct 26 '19 22:10 joshwcomeau