rschroll / beru

The Basic Epub Reader for Ubuntu
http://rschroll.github.io/beru/
GNU General Public License v3.0
25 stars 12 forks source link

Instant page turns #69

Closed rschroll closed 9 years ago

rschroll commented 9 years ago

We currently use a Monocle transition that animates the pages sliding in and out. This looks pretty and meshes nicely with the swipe-to-turn behavior. But it can become annoying if you're just tapping to turn pages. Perhaps we should offer a way to disable this.

One way to do this without adding another setting is to only animate the turn on swipes. The flipper branch was trying to do this, but apparently wasn't working (see #22). Perhaps it can be fixed.

Note that page turns triggered from the keyboard are not animated. This is a pleasant side-effect of the implementation.