js-cover-flow
js-cover-flow copied to clipboard
CSS selector for current item
Is there such a thing? I'd like to reduce opacity for every cover except the currently focused one…
Meantime I'm using something like
.coverflow {
-webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 80%, rgba(0,0,0,0.25) 100%);
}