Wlada / vue-carousel-3d

Vue Carousel 3D - Beautiful, flexible and touch supported 3D Carousel for Vue.js
MIT License
969 stars 203 forks source link

transform translateZ, persperctive issue in Chrome94 #179

Open dtytarenko opened 2 years ago

dtytarenko commented 2 years ago

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

mhjb commented 2 years ago

Ah — I am bumping into this too.