Skip to content

Mensae/frosted-glass-effect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Frosted Glass Effect Messing around with a way to create the effect of blurring everything behind and element. Currently this is natively possible in Safari with a backdrop filter, but no other browsers support it.

This method duplicates everything that will be blurred, then uses either an svg or css filter to blur the contents, and then crops the container to the overlaying element's size with overflow hidden.

This is a rough initial concept. The root index page uses the effect with a draggable element. The nav-demo uses the effect in a flyout menu.

About

Simulating a webkit backdrop filter blur

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 57.2%
  • JavaScript 24.9%
  • HTML 17.9%