Closed tmrdurgun closed 8 years ago
When hover, element first disappear for 1 sec and then animating :/
Seems like transform : ScaleZ(0) which comes from hvr-grow causes this issue. I added the below to my app stylesheet and it works fine now
.hvr-grow { -webkit-transform: none; transform: none; }
See https://github.com/IanLunn/Hover/issues/71
When hover, element first disappear for 1 sec and then animating :/