Frosted glass effect
How is the frosted glass effect of the HTML version of demo55 achieved, which is not mentioned in the document!
Replies (1)
Hi,
We used the CSS blur technique as explained here.
It's set in src/sass/layout/_variables.custom.scss via the below SASS variables:
$app-header-minimize-backdrop-filter: blur(6px);
$app-header-minimize-backdrop-filter-mobile: blur(6px); If you modify any SASS/JS code in the source folder you will need to recompile your assets folder with Gulp or Webpack.
Please note that the build tools are required only in the development environment just to compile the assets when the source folder files are modified. In the hosting/server deployment, you will only need the compile assets, no need to install the build tools dependencies there.
If you need any further help please let us know.
Regards.