Flippable flashcard-like component for Vaadin

I have recently added a FlipLayout component to the Add-on Directory: Flip Layout - Vaadin Add-on Directory

You can set a front and back and then ‘flip’ between them. There is a 3D animation that makes it look like you are turning over a physical card.

It currently has API for:

  • Flipping the component between front and back components
  • Setting the front and back content
  • Setting the direction of the flip (right, left, down, or up)
  • Setting the speed of the flip animation
  • Adding a listener for the flip event

A demo of the component can be seen here: Flip Layout Demo

7 Likes