How to keep fixed background while browsing the views

We are working on an app with a background image and would like to be able to browse different views without transitioning the background.

We found a stackoverflow explaining how to do this in ionic 1 ( http://stackoverflow.com/questions/27781956/ionic-how-to-keep-fixed-background-while-browsing-the-views ) . The suggestion can be found here: http://codepen.io/andrewmcgivery/pen/azBjdB

Does anyone know how to do this in ionic2?

Thanks in advance!

Leo