reactjs / react-transition-group

An easy way to perform animations when a React component enters or leaves the DOM
https://reactcommunity.org/react-transition-group/
Other
10.15k stars 650 forks source link

CSSTransition does not support HarmonyOS on mobile phones #886

Open whmlife opened 1 year ago

whmlife commented 1 year ago

What is the current behavior? CSSTransition is used in hybrid apps (Cordova+Umi+React), which normally displays the effect on Android/Apple systems, but does not show the transition animation effect on HarmonyOS

What is the expected behavior? It works on HarmonyOS

Could you provide a CodeSandbox demo reproducing the bug?