chnm / serendipomatic

http://serendipomatic.org/
26 stars 9 forks source link

Make backface-visibility working on results page images #23

Closed amandavisconti closed 11 years ago

amandavisconti commented 11 years ago

backface-visibility: hidden currently isn't working for some reason. This needs to be fixed so that data on "back" of card doesn't show through the front

amandavisconti commented 11 years ago

This probably needs to be display:none and then displayed when the card flips; backface-visibility isn't working, I realized, because we're now using jQuery and not CSS3 transformations.

amandavisconti commented 11 years ago

Changed opacity in several places in the hflip.js to fix this.