nnattawat / flip

A lightweight jQuery plugin to make 3D card flipping animation
Other
626 stars 312 forks source link

doesn't work with background: fixed multiple overlay method #134

Open frontenddevguy opened 6 years ago

frontenddevguy commented 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.