Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transform translateZ, persperctive issue in Chrome94 #179

Open
dtytarenko opened this issue Oct 1, 2021 · 1 comment
Open

transform translateZ, persperctive issue in Chrome94 #179

dtytarenko opened this issue Oct 1, 2021 · 1 comment

Comments

@dtytarenko
Copy link

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
Copy link

mhjb commented Mar 2, 2022

Ah — I am bumping into this too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants