Element UI is best viewed on desktop
/
/
/
/
Blurred testimonials
Profile

Blurred testimonials

PRO

Create depth with a light backdrop blur. The background stays visible and the text stays crisp.

Released

3 months ago

Category

Custom code

CSS

Built with

Need help?

Custom css

The CSS to make the animation for this power up is included in the top level parent container Advanced > Custom CSS. No additional setup needed. Just copy the component and the styles come with it.

/*Element UI blur*/
.blur {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 1;
}
Copied to clipboard!