CSS transform doesn't work in Mozilla browser
问题 I am trying to create a 3D animated slider using a combination of input/label to trigger the transition on click but it doesn't work in Mozilla firefox. It works perfectly fine in Chrome but in Mozilla there's no transition between the cards when I click https://codepen.io/panfilov/pen/GogJVy * { margin: 0; padding: 0; } body { padding: 20px; background: #eee; user-select: none; } [type=radio] { display: none; -webkit-perspective:1000px; -moz-perspective:1000px; } #slider { height: 35vw;