This was the product of my dream. Yeah, I actually dreamed of making electric guitar Potentiometer knobs using CSS and HTML. A big help from Chris Coyier on this one. Wow! U R MY Yodah ;)
-Shazam!
A Pen by Stan Williams on CodePen.
This was the product of my dream. Yeah, I actually dreamed of making electric guitar Potentiometer knobs using CSS and HTML. A big help from Chris Coyier on this one. Wow! U R MY Yodah ;)
-Shazam!
A Pen by Stan Williams on CodePen.
Description
A simple CSS3 3D experiment showing the conversion of an image into a realistic 3D cuboid on hover with a cool shadow effect.
The bottom surface of the cuboid is made using a pseudo element which inherits the background image of the thumbnail and is positioned perpendicularly to create the 3D box effect.
The second pseudo element uses a translucent background and box-shadow to create a blurred dark shadow for the cuboid. Though CSS blur filter provides better control and visuals for the shadow, we stick to box-shadow because of the lack of support for CSS filters in many browsers.
Automatic full screen image slider made with pure CSS
A Pen by Stan Williams on CodePen.
Grabs json from facebook and displays it in a simple Handlebars template with easy pie chart.
A Pen by Stan Williams on CodePen.
/* | |
To use it: | |
require(['video'], function(Video){ | |
var video = new Video('.video'); | |
// optionally, you can either drag a video file over the .video element | |
video.playvideo('a valid video url'); | |
}); | |
*/ |
A simple HTML5 keyboard synthesizer to show off the Web Audio APIs
A Pen by Stan Williams on CodePen.
This is a Music Production Controller (MPC) build with HTML5 Audio, CSS3 and JavaScript.
Click the pads to hear the drum-sounds.
Keyboard control would be nice.
A Pen by Stan Williams on CodePen.
This is a Music Production Controller (MPC) build with HTML5 Audio, CSS3 and JavaScript.
Click the pads to hear the drum-sounds.
Keyboard control would be nice.
A Pen by Stan Williams on CodePen.