}
}
- this.init3D(mode);
+ this.init3D('highPerf');
this.animate(true);
$(this.fluidbook).on('fluidbook.ready', function () {
this.veryLowPerf = this.lowPerf = true;
}
} else {
- if (this.performancesMode === undefined || this.performancesMode === 'auto') {
- this.veryLowPerf = this.fluidbook.support.IE > 0;
- this.lowPerf = !Modernizr.webgl || this.veryLowPerf || this.fluidbook.support.edge || this.fluidbook.support.android || this.fluidbook.support.macOs || this.fluidbook.support.iOS;
- } else if (this.performancesMode === 'lowPerf') {
- this.lowPerf = true;
- this.veryLowPerf = false;
- } else if (this.performancesMode === 'highPerf') {
- this.lowPerf = this.veryLowPerf = false;
- } else if (this.performancesMode === 'veryLowPerf') {
- this.veryLowPerf = this.lowPerf = true;
- }
+ this.veryLowPerf = this.fluidbook.support.IE > 0;
+ this.lowPerf = !Modernizr.webgl || this.veryLowPerf || this.fluidbook.support.edge || this.fluidbook.support.android || this.fluidbook.support.macOs || this.fluidbook.support.iOS;
}
// Performance settings
$("#main,#viewOverlay,#view").css('visibility', 'visible');
this.fluidbook.resize.resize(false);
this.fluidbook.hideLoader(0, true);
+ this.fluidbook.networkControl.pause(1500);
if (this.fluidbook.shortLoading) {
$('#splash').remove();