Flip the card-view on click of it

0
I have a card view that displays various data in my application. These cards are present inside the list-view. How do I flip the cards on click of it? How to achieve this flipping behaviour. Thanks.
asked
1 answers
0

Hm, not out-of-the-box. The carousel might be the simplest way of doing sort of this, by feeding it two images, but will not give a satisfactory result.

Maybe add a html-widget to your page and feed it this javascript: https://www.w3schools.com/howto/howto_css_flip_image.asp. You will need to modify it though.

 

answered