ffranke / Laker-Compendium

Laker is a compendium of files, frameworks, styles and tips for designing digital publications in HTML5.
http://www.lakercompendium.com
304 stars 41 forks source link

Per page page fliping #10

Open densmirnov opened 13 years ago

densmirnov commented 13 years ago

Hi! Is it posible to make pages flipping like others iPad magazines do?

ffranke commented 13 years ago

Hey there, hmm you need to dive into xcode to achieve that.

Cheers, florian

erikm30 commented 13 years ago

Hey densmirnov, hi ffranke, Assuming that what you want to achieve is a "per page" vertical scrolling, instead of smooth scrolling, check out "baker-pagify" at GITHUB. I managed to include this (".page" class from its .css file, and the scripts - look in index.html) into Lakercompendium. What happens now is that once you stop scrolling in the middle of the page, the page will "snap" to its limits.

andrewogi commented 13 years ago

it sounds great. we was playing around this problem with jquery. But now life is much more easier

erikm30 commented 13 years ago

Please keep the issue open however, since in my opinion the time delay BEFORE the page begins scrolling automatically is too long. (The scroll speed can be adjusted - found that already...)