From 837c6e6176cdfb5982ce28cee6d364a6535ec66a Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 1 Jun 2015 09:03:00 +0100 Subject: [PATCH] Added ramjet --- BigBoxOfJavascript.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BigBoxOfJavascript.md b/BigBoxOfJavascript.md index 03b6148..61f6720 100644 --- a/BigBoxOfJavascript.md +++ b/BigBoxOfJavascript.md @@ -14,6 +14,9 @@ ## Media - [audiosynth](http://keithwhor.github.io/audiosynth/) - A wonderfully simple (albeit underdocumented) library for synthesising notes from various instruments. Not the most powerful, but easy to use. +## Display Effects + - [ramjet](http://www.rich-harris.co.uk/ramjet/) - Lets you transform one DOM element into another with a smooth transisition + ## Popup Boxes - [NanoModal](https://github.com/kylepaulsen/NanoModal) - Display those modals dialogs easily - [basicContext](https://github.com/electerious/basicContext) - Create custom right click menus easily