Html5 audio visualizer with audio play controls.
Best jQuery Core Java Script Plugins & Tutorials with Demo
letterer.js : Breaks HTML into individual Characters & Words
Breaks HTML into individual characters, and words, without messing up the semantic structure.The script recursively runs over the initial DOM node’s children and breaks everything down. It’s pretty lightweight and does not require any 3rd party library. Note that a class is added to each letter in the break down process, so later it could be removed so cool CSS3 transition effects could be done.
Chipmunk.js : JavaScript Physics Library
This is a port of the Chipmunk Physics library to Javascript!
- It is slower than the C version (duh, its in javascript). Specifically, physics simulations using chipmunk-js runs about 3 times slower than the C equivalent.
- I haven’t implemented chipmunk’s spatial hash, and I have no intention to do so.
- The feature set is lagged a little from the real Chipmunk library
Color Extraction Effect with CSS Filters
Today we’d like to share a fun little color extraction experiment with you. The idea is to create a color palette from an image with a subtle effect on the image itself and some fanciness on the palette. We are using Vibrant.js by Jari Zwarts to extract the colors from the images, and CSS Filters to transition the image to a black and white version. We also implemented a simple slider with a special “curtain” effect.