This repository has been archived by the owner on Nov 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
How can I hide the page shadowing? #118
Comments
Hmmm, when I get to the last page if I use a transparent div for the right half of last page (because we are supposed to be looking at the back cover) then I can see another page underneath. Is there a way I can hide that page??? |
Do you have a screenshot of what you are seeing? It would make it easier to help you eliminate that. |
For the second problem, you should use a white background in order to hide the invisible last page. As for the shadow, there is no option currently. I will add one to disable those shadows. |
Hey @Susan123456789 , I added a You should use it as shown: <FlipPage noShadow>
{/* ... */}
</FlipPage> |
Thank you very much!!!!! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am creating a flip book with a front and back cover. I have managed to do this by creating a transparent div that lives on the first half of the page. It looks great, except that when you go to turn the first page, the page shadowing appears over my transparent div. How can I eliminate this page shadowing effect?
The text was updated successfully, but these errors were encountered: