As per title:
hvr-skew, hvr-skew-forward and hvr-skew-backward change abruptly when hovering over them
hvr-wobble-top, hvr-wobble-bottom and hvr-wobble-skew don't animate at all.
Not sure if there are consequences, but disabling
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
seems to solve this.
Tested on the hover.css demo page with Edge 16 and IE11.
As per title:
hvr-skew,hvr-skew-forwardandhvr-skew-backwardchange abruptly when hovering over themhvr-wobble-top,hvr-wobble-bottomandhvr-wobble-skewdon't animate at all.Not sure if there are consequences, but disabling
seems to solve this.
Tested on the hover.css demo page with Edge 16 and IE11.