Realizing translucent blur effect with css

how to realize the translucent blur effect at the bottom of the page?

Css
Mar.21,2021

upstairs has limitations. If you want a div layer background-independent scrub, you need to rely on the following attribute, but the current compatibility is poor

.
backdrop-filter: blur(10px) brightness(110%);

you can refer to my implementation in this project: https://github.com/devlee/rea.

.

The

css3 filter filter can be implemented, and the http://blog.gdfengshuo.com/ar. article has examples to refer to.


css3 filter is relatively compatible.

you can consider downgrading, frosting for supported environments and not for unsupported environments

Menu