This example shows basic use of the Dart Swiper.
Example Source on GitHub
Demo
Description
-
Non-Responsive. Predefined width and height of Swiper
element.
-
Touch and Mouse. Swipe with either touch or mouse.
-
Cursor. Changes cursor during drag.
-
Cancel. Esc-key or window loosing focus cancels the drag.
-
Transition. Default transition speed of 300ms (is
auto-adjusted to the remaining transition distance).
-
Scroll Prevention. Detects if the user swipes
horizontally or scrolls vertically.
-
Resistant Bounds. Increases resistance on left and
right bounds to indicate that user reached the end.