-
Flipping a playing card
I did a bit of googling of how to accomplish this – this is what I have learnt – if anyone has a better way, let me know.
First of all, the card wipe effect I thought would be my saviour. Set rows and columns to 1 and huzzah. However, when the card rotates, the image is constrained by the size of the original image, so it crops off the edges. I could zoom the camera control out to see the full card, but then it is getting smaller from where it was originally.
So, I think I’m having to do it manually. And here is what I did.
Get the front side of the playing card and animate it so that it is flipping all the way around.
Then, duplicate that layer and replace the image in it with the back of the card.
Move to the frame where the front would change to the back and animate the opacity of both layers – one goes from 100 to 0, the other from 0 to 100.That seems to work. Is there an easier way?