MOBILE-3213 lesson: Show lesson menu as a lateral modal
parent
1d8cf13348
commit
eaeff7e2b7
|
@ -101,7 +101,11 @@ export class AddonModLessonPlayerPage implements OnInit, OnDestroy {
|
||||||
// Create the navigation modal.
|
// Create the navigation modal.
|
||||||
this.menuModal = modalCtrl.create('AddonModLessonMenuModalPage', {
|
this.menuModal = modalCtrl.create('AddonModLessonMenuModalPage', {
|
||||||
page: this
|
page: this
|
||||||
});
|
}, { cssClass: 'core-modal-lateral',
|
||||||
|
showBackdrop: true,
|
||||||
|
enableBackdropDismiss: true,
|
||||||
|
enterAnimation: 'core-modal-lateral-transition',
|
||||||
|
leaveAnimation: 'core-modal-lateral-transition' });
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue