Open frontenddevguy opened 6 years ago
adding the transform: perspective to .card doesn't work with background-attachment: fixed;
I am using this method to display a single bg img across multiple divs. After adding flip, each .card displays the bg img individually.
Presumably transform: perspective is added for preloading the animation, but wondering if there would be a way to achieve both effects.
adding the transform: perspective to .card doesn't work with background-attachment: fixed;
I am using this method to display a single bg img across multiple divs. After adding flip, each .card displays the bg img individually.
Presumably transform: perspective is added for preloading the animation, but wondering if there would be a way to achieve both effects.