https://github.com/oribella/oribella
A set of pre-configured cross platform gestures such as tap, longtap, doubletap, swipe, longtap-swipe, pinch and rotate.
https://github.com/oribella/oribella
auto-scroll cross-browser cross-platform doubletap gesture gesture-recognition longtap longtap-swipe nested-sortable pinch pinch-to-zoom rotate sortable swipe tap
Last synced: about 1 month ago
JSON representation
A set of pre-configured cross platform gestures such as tap, longtap, doubletap, swipe, longtap-swipe, pinch and rotate.
- Host: GitHub
- URL: https://github.com/oribella/oribella
- Owner: oribella
- Created: 2017-01-08T20:50:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2026-02-03T09:15:33.000Z (about 1 month ago)
- Last Synced: 2026-02-03T10:39:39.405Z (about 1 month ago)
- Topics: auto-scroll, cross-browser, cross-platform, doubletap, gesture, gesture-recognition, longtap, longtap-swipe, nested-sortable, pinch, pinch-to-zoom, rotate, sortable, swipe, tap
- Language: TypeScript
- Homepage: https://oribella.netlify.com
- Size: 2.84 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

> Gestures for everyone, everywhere
A cross platform, cross browser, cross input gesture building platform with preconfigured gestures such as tap, longtap, doubletap, swipe, longtap-swipe, pinch and rotate.
This is a mono repo containing the following packages
`/packages`
📦 `/framework` - Abstracts event flow strategies.
💅 `/oribella` - Pre-configured gestures.
### Getting started
Go to the [website](https://oribella.netlify.com) for more information.
### Development
After cloning the mono repo
### Installation
Install dependencies:
```sh
yarn
```
### Lint
```sh
yarn run lint
```
### Test
Run the tests:
```sh
yarn test
```
### Debugging
For easy debugging using [vscode](https://code.visualstudio.com/download)
Add a breakpoint in a `spec.ts` and hit F5 and off you go...
### Build
To generate umd and es format:
```sh
yarn run build
```