AaronCCWong / react-card-flip

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

Content becomes blurred on using react-card-flip with Material UI Paper Api #46

Closed ABhakuni closed 5 years ago

ABhakuni commented 5 years ago

I am using paper api of material ui and want to implement flip card with it but my content gets blurred and difficult to read and use.

Here is the blurred content: https://user-images.githubusercontent.com/27316461/58436010-de2c8500-80e0-11e9-9cad-7dd70cdb3520.png

ABhakuni commented 5 years ago

I solved it!! Set the css perspective attribute to 0. It was initiallly set to 1000 by default in the library. I have a really good experience until now with this library. Thanks!