Sidemenu with frosted effect over content instead of sliding it

Hi I am trying to achieve this effect with the frosted feature, https://github.com/driftyco/ionic-contrib-frost. I can’t achieve this however if the sidemenu pushes the content to the side. Any suggestions how to achieve this?

since ionic uses webkit you can use the following :wink:

either set an image or a div with black and use a webkit-filter to blur

  -webkit-filter: grayscale(0.5) blur(10px);