All Projects → RayPS → Framer-Module-ShakeEvent

RayPS / Framer-Module-ShakeEvent

Licence: other
Shake event for your prototype.

Programming Languages

coffeescript
4710 projects

Projects that are alternatives of or similar to Framer-Module-ShakeEvent

Framer-CollectionComponent
Framer Module
Stars: ✭ 22 (-64.52%)
Mutual labels:  prototype, module, framer-resources, framer, framerjs, framer-prototype, framer-studio, framer-component
framer-seed
Kickstart your Framer Library prototype development.
Stars: ✭ 31 (-50%)
Mutual labels:  prototype, framer, framerjs, framer-prototype
Framer-app-base
A Framer module to create the base of an app with a flow component and a tab bar menu
Stars: ✭ 13 (-79.03%)
Mutual labels:  prototype, framer, framerjs, framer-studio
framer-view-stack
A Framer module for creating views that stack on top of each other.
Stars: ✭ 24 (-61.29%)
Mutual labels:  framer, framerjs
webApi-angularjs
⚓ Definitely simplifies your work with server side & organizes webApi layout to further managing.
Stars: ✭ 15 (-75.81%)
Mutual labels:  module
puppetlabs-apt
Puppet module to help manage Apt
Stars: ✭ 215 (+246.77%)
Mutual labels:  module
icingaweb2-module-cube
Drill-down view for Icinga web 2 based on custom variables
Stars: ✭ 40 (-35.48%)
Mutual labels:  module
p4fpga
P4-14/16 Bluespec Compiler
Stars: ✭ 70 (+12.9%)
Mutual labels:  prototype
py-trueconsensus
python prototype for hybrid consensus
Stars: ✭ 48 (-22.58%)
Mutual labels:  prototype
puppetlabs-xinetd
Module for managing entries in xinetd
Stars: ✭ 13 (-79.03%)
Mutual labels:  module
LanguagePx
Easily Create Domain-Specific Languages (DSLs) in Windows PowerShell
Stars: ✭ 24 (-61.29%)
Mutual labels:  module
pm2-docker
Monitor Docker Daemon (expose host docker daemon for monitoring)
Stars: ✭ 21 (-66.13%)
Mutual labels:  module
TairString
A redis module, similar to redis string, but you can set expire and version for the value. It also provides many very useful commands, such as cas/cad, etc.
Stars: ✭ 99 (+59.68%)
Mutual labels:  module
ray engine
A toy raycasting engine in Go + Ebiten
Stars: ✭ 19 (-69.35%)
Mutual labels:  prototype
shopyo
shopyo.readthedocs.org
Stars: ✭ 66 (+6.45%)
Mutual labels:  module
lazy-load
🌅 Lazy Loading module for Nuxt 3
Stars: ✭ 30 (-51.61%)
Mutual labels:  module
framer-module-ajax
An Ajax module for Framer.
Stars: ✭ 21 (-66.13%)
Mutual labels:  framer
A71-Hidden-Mods
A magisk module adding some mods to your Galaxy A71 systemlessly.
Stars: ✭ 16 (-74.19%)
Mutual labels:  module
prototype
📖Prototype Document
Stars: ✭ 45 (-27.42%)
Mutual labels:  prototype
puppetlabs-puppetdb
A puppet module for installing and managing puppetdb
Stars: ✭ 52 (-16.13%)
Mutual labels:  module

ShakeEvent Module for FramerJS

DEMO: (Open in your phone)

👉 http://share.framerjs.com/bb1is3lkolp7/

Usage:

Place shakeEvent.coffee into the modules folder of your project.

ShakeEvent = require "shakeEvent"
# ...
ShakeEvent.onShake = ()->
	alert "shaked!"

Options:

ShakeEvent.throttleInterval = 1   # Default 1   (secend(s))
ShakeEvent.sensitivity      = 20  # Default 20  (a lower number is more sensitivity)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].