Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T05:42:08.000Z (about 7 years ago)
- Last Synced: 2024-07-28T20:22:50.690Z (3 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: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-framer - Framer-Module-UISound - UISound Module for Framer. (Modules)
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`