Skip to content

Instantly share code, notes, and snippets.

@felix-schwarz
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felix-schwarz/449671600933435c872f to your computer and use it in GitHub Desktop.
Save felix-schwarz/449671600933435c872f to your computer and use it in GitHub Desktop.
Flash effect using Remote Buddy's visualize AppleScript command
tell application "Remote Buddy"
visualize effect "fadeReserve" for duration 0.2
visualize effect "fadeOut" for duration 0.1 with color "white"
delay 0.1
visualize effect "fadeIn" for duration 0.1 with color "white"
visualize effect "fadeCleanUp" for duration 0
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment