I'm currently learning jQuery and I developed my own coverflow_slider. Its 228 lines long and works pretty fine, currently I'm working to design it a bit better. Currently, its looking like this:
This here is my .css for the buttons:
.left, .right {
position: absolute;
z-index: 20;
background-color: #000;
height: 100%;
width: 30px;
opacity: 0.5;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
So now you see the 2 grey stripes at both sides? These are the buttons for left/right. Now I want that they have some kind of transition. It should look like this: