Enter animation does not work in firefox
Closed this issue · 0 comments
Javey commented
When a element is entering. It will be added enter
className, then we call getAnimateType
method will add enter-active
className. In this case the animation has been triggered in firefox. So we should call getAnimateType
method before adding enter
className.