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

doesn't work with prefix.

Open lili21 opened this issue 7 years ago • 4 comments

something like transform and -webkit-transform

https://github.com/felipethome/react-inline-transition-group/blob/0975765e106f238992450925a5abbdfa4a18ad60/src/TransitionChild.js#L140

and the callback will never be called.

lili21 avatar Feb 24 '18 09:02 lili21

In the transform case maybe you don't need the prefix since the transition and transform support have similar browser compatibility.

Anyway, I will leave this open and when I have the energy I remove the prefix from event.propertyName. Thank you.

felipethome avatar Mar 01 '18 22:03 felipethome

I am not using prefix for transform. The event.propertyName is -webkit-transform.

lili21 avatar Mar 02 '18 03:03 lili21

This is odd. Can you tell me which browser (and version) are you using?

felipethome avatar Mar 02 '18 13:03 felipethome

Android 4.2.2

lili21 avatar Mar 05 '18 03:03 lili21