Skip to content

RayPS/Framer-Module-UISound

Repository files navigation

UISound Module for FramerJS

UI sound for your prototype

DEMO:

👉 http://share.framerjs.com/95t3ttjoj7om/

Usage:

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

{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