oribella
  • Docs
  • 

›Getting Started

Getting Started

  • Introduction
  • Framework
  • Oribella

Gestures

  • Tap
  • Doubletap
  • Longtap
  • Longtap swipe
  • Swipe
  • Pinch
  • Rotate

Plugins

  • Aurelia sortable
  • Aurelia gestures

Oribella

A cross platform, cross browser, cross input gesture building platform with preconfigured gestures such as tap, longtap, doubletap, swipe, longtap-swipe, pinch and rotate.

Getting started

Installation

npm i oribella

Usage

import { oribella, Tap, Swipe } from 'oribella';

oribella.on(Tap, document, { end: () => console.log('tap!') });
oribella.on(Swipe, document, { update: () => console.log('swiping!') });
← FrameworkTap →
Docs
Getting Started
More
GitHubStar
Copyright © 2018 Oribella