-->

transform: translate() and matrix3d() break hover

2019-09-19 04:09发布

问题:

A situation arises with block elements that use transform: translate() and matrix3d() as part of an animation sequence (animation is by GSAP, but that shouldn't be relevant to the problem since all GSAP does is update CSS properties in real-time).

Expected: Regardless of size or position, elements should remain interactive to mouse. (works properly in Chrome, FF, Safari, IE11).

Actual: Some will work, once or twice, if you're lucky, and then after that none of the others will respond to the mouse (bad behaviour in MS Edge).

Here is a working use case of this issue: idx.klick.com (click past the welcome screen and try playing with the floating balls)

Has anyone encountered this or found a solution?