FluidbookSupport.prototype = {
getTransitionEndEvent: function (all) {
- if (all == undefined) {
- all = false;
- }
- if (!all) {
- return this.transitionEndEvent;
- }
- return "transitionEnd";
+ return "transitionend";
},
hasNetwork: function () {
if (navigator.onLine != undefined) {
this.bookHeight;
this.init();
- this.transitionendevents = ['transitionend'].join(' ');
+ this.transitionendevents = 'transitionend';
}
FluidbookWidget.prototype = {
$this.gotoPage(page, false)
});
}
- }
- else if (this.transition == '3d') {
+ } else if (this.transition == '3d') {
$("#widget").css('overflow', 'visible');
var nextFromClass;
if (this.dir == 1) {
background-image: url("../images/edges/edge-right-middle.png");
}
}
-
- .ios & {
- transition-property: none !important;
- transition-duration:0ms !important;
- }
}
}