blasten / turn.js

The page flip effect for HTML5

Home Page:www.turnjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No page turning effect after zooming

cchaoming opened this issue · comments

In use After turn ('zoom ', 1.5) then
Turn ('next ') has no page turning effect
How to solve?

Also faced with same problem

在zoom.js 找到
_eStart: function (event, pageObj) { if (this.zoom('value') != 1) { event.preventDefault() } },
注释掉 event.preventDefault()