I’ve worked a bit with @esteban.a.valdez (I think that’s you) and @PixelGeek to get to the point where I have an almost functional card flip, using this tutorial as a starting point:
It’s not really clear in the .gif, but I’m seeing some flickering on the animation (which I’m currently only testing on the first card in that little section). Can you help fix this flickering?
My build so far
At this point I have this Interaction on a cardWrapper
div…
… that then contains cardFront
and cardBack
divs, each of which has backface hidden. cardBack
is also rotated 180° so as to start “flipped”, per the tutorial.
##Perspective too?
Also, I’d love to get some perspective on this flip animation (the divs would grow in height as they rotated, getting “closer” to the user)
Help?
Here is my public share link: LINK
(how to access public share link)