Wiping gestures in Vaadin / Vaadin Touchkit

Hi,
i’m using Vaadin with the Vaadin-Touchkit und searching for a possibility to navigate in my mobile App
between two Views by wiping over the display.
Does Vaadin/Touchkit support this feature or do I need another technology for that?
Thanks for tipps or example code.

Short answer is that some support should be there, I would recommend to check these two links

https://demo.vaadin.com/javadoc/com.vaadin.addon/vaadin-touchkit-agpl/4.0.0/com/vaadin/addon/touchkit/ui/SwipeView.html

https://github.com/mstahv/swipe-and-slide/blob/master/src/main/java/org/vaadin/demo/swipe_and_slide/MyTouchKitUI.java