darenju / react-flip-page

A React.js implementation of the Flipboard page swipe.
MIT License
173 stars 31 forks source link

Position of "middle of page" #146

Closed TheShashank closed 3 years ago

TheShashank commented 3 years ago

Hi there!

This is an awesome library, thanks so much for working on it! Quick question: I can't seem to be able to change the position of the middle of the page, the place where the black crease appears. Would it be possible for me to modify it so that the appearance is that there is only one large page (as opposed to two small pages divided by the black line during a page flip)?

Thanks!

darenju commented 3 years ago

Hello,

Thanks for the appreciation. 😄 However, the whole point of this component is to mimic the Flipboard effect. It would not make sense to move the crease somewhere else. I would recommend you use something like StPageFlip instead.