This component allows you to flip between a front side and a back side.
It has API for:
- Flipping the component
- Setting the front and back content
- Setting the direction of the flip (right, left, down, or up)
- Setting the speed of the flip animation
Starting the test/demo server:
mvn jetty:run
This deploys the demo at http://localhost:8080
To run Integration Tests, execute mvn verify -P "it,production".