AaronCCWong / react-card-flip

React component for card flipping animation.
https://aaronccwong.github.io/react-card-flip
MIT License
337 stars 64 forks source link

Fix 3D perspective effect #125

Closed fwcd closed 3 months ago

fwcd commented 6 months ago

This fixes the 3D perspective effect by moving the perspective attribute from the container, where is currently does not do anything, to the flipper.

Before

https://github.com/AaronCCWong/react-card-flip/assets/30873659/a208e6cd-a21d-47bd-a6f2-c178b5a89a17

After

https://github.com/AaronCCWong/react-card-flip/assets/30873659/9055a64b-3077-4e44-8312-3f78f757fe68

AaronCCWong commented 3 months ago

Thanks for your help fixing this!