问题
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?
来源:https://stackoverflow.com/questions/35927822/transform-translate-and-matrix3d-break-hover-and-click-in-microsoft-edge