Skip to content

Instantly share code, notes, and snippets.

@taylorhughes
taylorhughes / gist:3735840
Created September 17, 2012 06:27 — forked from madrobby/gist:3733875
Fade out to solid color on WebKit and Firefox and IE
<style>
#mask-demo {
background: #d0d0d0;
height: 100px;
width: 500px;
padding: 10px;
position: relative;
overflow: hidden;
}
.fade-right .mask {