vue-carousel-3d
vue-carousel-3d copied to clipboard
transform translateZ, persperctive issue in Chrome94
Hi there. Google push new features to Chrome version 94.
Align the behavior of transform-style: preserve-3d (which allows child elements to participate in the same 3D scene) and the perspective property (which applies a perspective transform to child elements) with the spec by making them apply only to child elements. Before this change, Chromium applies both of these effects based on the containing block hierarchy rather than the DOM tree, and also allows them to extend through elements without transform-related properties on them. https://www.chromestatus.com/feature/5640541339385856
So now vue-carousel-3d slides are not 3D
Ah — I am bumping into this too.