Example of Flip Card in ASP.NET MVC Card Control
This sample demonstrates how to flip(rotate) the card
to show hidden information which is on back side of the card by clicking or focus-out of it.
DEMO
SOURCE
Cards in this sample have a hidden content within the DOM (Document Object Model), which is set behind the visible card. On the click action handler of front card, the back-side content is shown with a flip animation.
More information about Card can be found in this documentation opens in a new tab section.