Доработки двухстраничного режима
This commit is contained in:
@@ -317,7 +317,7 @@ export default class DrawHelper {
|
||||
}
|
||||
|
||||
async doPageAnimationRightShift(page1, page2, duration, isDown, animation1Finish) {
|
||||
const s = this.w + this.fontSize;
|
||||
const s = this.boxW + this.fontSize;
|
||||
|
||||
if (isDown) {
|
||||
page1.style.transform = `translateX(${s}px)`;
|
||||
|
||||
@@ -519,7 +519,7 @@ class TextPage extends Vue {
|
||||
|
||||
async startTextScrolling() {
|
||||
if (this.doingScrolling || !this.book || !this.parsed.textLength || !this.linesDown || this.pageLineCount < 1 ||
|
||||
this.linesDown.length <= this.pageLineCount) {
|
||||
this.linesDown.length <= this.pageLineCount || this.dualPageMode) {
|
||||
this.doStopScrolling();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user