fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple
-
Updated
Oct 24, 2020 - JavaScript
{{ message }}
fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple
Tabbed navigation that you can swipe between, each tab can have its own ScrollView and maintain its own scroll position between swipes. Pleasantly animated. Customizable tab bar
Swipeable UITableViewCell/UICollectionViewCell based on the stock Mail.app, implemented in Swift.
A scrollable list of items that centers the current element and provides easy-to-use APIs for cool item animations.
RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
A cross-platform Tab View component for React Native
pagePiling plugin by Alvaro Trigo. Create a scrolling pile of sections. http://alvarotrigo.com/pagePiling/
The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction...
DrawerLayout-like ViewGroup, where a "drawer" is hidden under the content view, which can be shifted to make the drawer visible.
Slip.js — UI library for manipulating lists via swipe and drag gestures
This library provides advance views for lists and stacks. Some of the views are build on top of RecyclerView and others are written in their own. Annotations are compiled by annotation processor to generate bind classes. DOCS -->
Touch swipe image slider/slideshow/gallery/carousel/banner mobile responsive bootstrap
layerJS: Javascript UI composition framework
An android library to make swipe more easier and more powerful. Android各种侧滑,有这一个就够了
multiscroll plugin by Alvaro Trigo. Create scrolling split websites. http://alvarotrigo.com/multiScroll/
Hi all.
I want to submit an issue.
When carousel is opened on a mobile, on android/chrome for example, vertical swiping on mobile screen causes carousel slide to be changed: swiped to next or prev.
tinder like react-native deck swiper
Pull up controller with multiple sticky points like in iOS Maps
The fastest zero-tap iOS menu.
A marriage between the Shazam Discover UI and Tinder, built with UICollectionView in Swift.
Add a description, image, and links to the swipe topic page so that developers can more easily learn about it.
To associate your repository with the swipe topic, visit your repo's landing page and select "manage topics."
Expected Behavior
rename
actionprops(maybe
actionCallbacks?)Current Behavior
React.HTMLProps has
action?: stringpropwe have
action?: (hooks: SwipeableViewsHooks) => voidprop (which is missing in current type definitions oliviertassinari/react-swipeable-views#545)