vue-carousel-3d icon indicating copy to clipboard operation
vue-carousel-3d copied to clipboard

transform translateZ, persperctive issue in Chrome94

Open dtytarenko opened this issue 3 years ago • 1 comments

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

dtytarenko avatar Oct 01 '21 12:10 dtytarenko

Ah — I am bumping into this too.

mhjb avatar Mar 02 '22 01:03 mhjb