Image flipping effect

Question:
Can I make an image do a flipping effect/animation where after it flips it shows a different image?

Product:
Wix Editor

What are you trying to achieve:
I’m working on a book website, and I want an effect where I click on a button/image and then the front book cover image would flip to show the back cover image where the synopsis is written.

What have you already tried:
[Share resources, forum topics, articles, or tutorials you’ve already used to try and answer your question.]

Additional information:
[Include any other pertinent details or information that might be helpful for people to know when trying to answer your question.]

Yes you can do it in different ways.

  1. Generating it by JS-Code.
  2. Generating it by CSS-Code.
  3. Generating it trough CUSTOM-ELMEENT.
  4. Generating it trough HTML-Component.

Simple examples…

  1. Flip Card effect - JSFiddle - Code Playground

  2. Card flip - JSFiddle - Code Playground

  3. Flipping cards - JSFiddle - Code Playground