Chromatic Triangle
Try to change the $rings value and -30.times do.
Made with: HTML (Haml),CSS (Sass)
Tetris In Vanilla Js
The goal is to make a Tetris emulation that is resolution independent with pixel-perfect edges and can intelligently resize itself based on changes in window size.
Made with: HTML,CSS,JS
Off-Canvas Menu Effects
Some inspiration for off-canvas menu effects and styles using CSS transitions and SVG path animations.
Made with: HTML
Pyramid Logo Hover Animation
Tried to make a 3D logo hover effect with CSS.
Made with: HTML,CSS (SCSS)
Css 3D Bending Effect - Page Flip
CSS only experiment. Page flip with bending effect. Works only on browsers that support transform-style: preserve-3d.
Made with: HTML (Haml),CSS
Submit Button
SVG submit button with animation in jQuery.
Made with: HTML,CSS (Stylus),JS (CoffeeScript)
Pure Css Off-Screen Menu
This concept relies on the :checked pseudo-selector as well as the general sibling ~ selector, so it has decent browser support.
Made with: HTML,CSS