https://github.com/rayps/framer-module-uisound
UISound Module for FramerJS
https://github.com/rayps/framer-module-uisound
framer framer-component framer-prototype framer-resources framer-snippets framer-studio framerjs
Last synced: 5 months ago
JSON representation
UISound Module for FramerJS
- Host: GitHub
- URL: https://github.com/rayps/framer-module-uisound
- Owner: RayPS
- Created: 2015-09-12T03:55:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T05:42:08.000Z (about 8 years ago)
- Last Synced: 2025-06-13T07:02:41.979Z (5 months ago)
- Topics: framer, framer-component, framer-prototype, framer-resources, framer-snippets, framer-studio, framerjs
- Language: CoffeeScript
- Homepage:
- Size: 23.4 KB
- Stars: 32
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## UISound Module for FramerJS
UI sound for your prototype
#### DEMO:
👉
#### Usage:
Place `uisound.coffee` into the `modules` folder of your project.
``` coffeescript
{UISound} = require "uisound"
beep = new UISound("sounds/beep.mp3")
button.onTap ->
beep.play()
#### File formats:
- MP3 `The best choice`
- WAV `Huge size`
- OGG `Bad compatibility`
- CAF `Works on Safari`
