ion-view, .ion-view { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: white; // by default this is display: none; // and the transition animation will display it //display: none; flex-direction: column; &.show-view { display: flex; } }