Create depth with a light backdrop blur. The background stays visible and the text stays crisp.
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;
}