js-cover-flow icon indicating copy to clipboard operation
js-cover-flow copied to clipboard

CSS selector for current item

Open mhjb opened this issue 2 years ago • 1 comments

Is there such a thing? I'd like to reduce opacity for every cover except the currently focused one…

mhjb avatar Mar 17 '22 01:03 mhjb

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%);
}

mhjb avatar Mar 17 '22 01:03 mhjb