MOBILE-3213 lesson: Show lesson menu as a lateral modal

main
Pau Ferrer Ocaña 2019-12-13 14:20:55 +01:00
parent 1d8cf13348
commit eaeff7e2b7
1 changed files with 5 additions and 1 deletions

View File

@ -101,7 +101,11 @@ export class AddonModLessonPlayerPage implements OnInit, OnDestroy {
// Create the navigation modal.
this.menuModal = modalCtrl.create('AddonModLessonMenuModalPage', {
page: this
});
}, { cssClass: 'core-modal-lateral',
showBackdrop: true,
enableBackdropDismiss: true,
enterAnimation: 'core-modal-lateral-transition',
leaveAnimation: 'core-modal-lateral-transition' });
}
/**