You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 20, 2024. It is now read-only.
Added the jumptoPage method. It's similar to the gotoPage method, but it won't do a lot of flips to reach some page;
Fixed the bug that, when adding a Page dynamically, the Page didn't show fold gradients;
Fixed the "RangeError #2006" bug, when a Book was instantiated without any children;
Now jumptoPage is jumpToPage;
Fixed the jumpToPage bug. The changes on the jumpToPage method make it feel more natural.
Known Issues / Bugs
For Book instances, height values greater than the height of the content may slow down the application;
ScrollPolicies for Page instances are disabled (the properties have been overridden and are idle in the Page class). When a Page instance is not being flipped, its fold-gradient is drawn upon a Shape instance stored within that Page its rawChildren. When scrollbars are displayed, the Shape instance will no longer be in place;
Credits
Ruben Swieringa
For making this awesome component and releasing it to the public.
Didier Brun
For making his pageflip rendering class (com.foxaweb.pageflip.PageFlip)
Site: https://www.foxaweb.com
Thomas Pfeiffer (aka Kiroukou)
For letting Ruben Swieringa use his distortion class (org.flashsandy.display.DistortImage)
Site: https://www.flashsandy.org
the Factor.e
For allowing Ruben Swieringa to publish the demo and the source-code.
Site: https://www.tfe.nl
Maikel Sibbald
For helping Ruben Swieringa with (among a lot of things) thinking out the structure of this component. He also made a usage-example of Didier's pageflip class https://labs.flexcoders.nl/?p=33 which he used as reference in the early days of the Book class.
Site: https://labs.flexcoders.nl
Theo Aartsma (aka Sumeco)
For letting Ruben Swieringa use his artwork in the Book demo.
Site: https://www.sumeco.net
License
This class is part of the Book component, which is licensed under the CREATIVE COMMONS Attribution 3.0 Unported.
You may not use this file except in compliance with the License.