codrops / BookBlock

A jQuery plugin that will create a booklet-like component that let's you navigate through its items by flipping the pages.
976 stars 264 forks source link

Using BookBlock with scroll #7

Closed luiscruz closed 11 years ago

luiscruz commented 11 years ago

Hi!

In my project I'm using BookBlock for some divs with scroll inside. However, any time I turn a page it scrolls the div to the top, making the effect a bit ugly.

Am I missing something?

Thanks, Luis

botelho commented 11 years ago

I guess that should be controlled "outside" the plugin like we do here: http://tympanus.net/codrops/2012/12/11/fullscreen-pageflip-layout/ Hope it helps!