electerious / basicLightbox

The lightest lightbox ever made.
https://basiclightbox.electerious.com
MIT License
557 stars 55 forks source link

.99 Opacity bug #7

Closed jimblue closed 7 years ago

jimblue commented 7 years ago

Hi,

First thanks for this sharp and clean plugin 😄 !

I'm just wondering why you use .99 opacity for the main wrapper. All texts behind are slightly visible because of that. Is it possible to run opacity to 1?

electerious commented 7 years ago

Animating from .01 to .99 reduces the amount of repaints. I first thought it's a good idea, but sometimes the background is slightly visible. Will be fixed with the next version!

jimblue commented 7 years ago

@electerious ok great! Thanks for the explanations.

electerious commented 7 years ago

https://github.com/electerious/basicLightbox/blob/master/CHANGELOG.md#303---2017-08-08