uclab-potsdam / kollisionen

Spiral, timelines and network visualizations of the life of Sergei Eisenstein.
https://uclab-potsdam.github.io/kollisionen
MIT License
3 stars 0 forks source link

blurry background not featured in firefox and safari? #50

Closed markiaaan closed 2 years ago

markiaaan commented 2 years ago

tip by Fidel to fix this: .blur { background: rgb(var(--secondary)); @supports ((-webkit-backdrop-filter:saturate(180%) blur(20px)) or (backdrop-filter:saturate(180%) blur(20px))) { background: rgba(var(--secondary), .5); backdrop-filter: blur(7px); } }

markiaaan commented 2 years ago

fix: when backdrop-filter not supported by browser then show just a less transparent normal background