How to draw shadow in current page when sidemenu is opened?

I want to draw a shadow in current page when the sidemenu is opened. Is it possible?

Set the type to ‘overlay’
<ion-menu type=“overlay” [content]=“mycontent”>

Is it possible in Ionic 1 ? How can I set type to ‘overlay’ ?

With Ionic 1, not that I can recall.