Forum Discussion
Turn page as in a book
I want the feature to build a microlearning module like a book, where you turn the pages like in a book instead of scrolling down. Does this feature exist? Can it be developed if it doesn't exist?
- MathNotermans-9Community Member
You might wanna check the Mighty plugin. As you can add HTML and external components with it, you can tackle it with Mighty. Another option is using a Storyline block. Then you can check the sample Nathan_Hilliard shows here.
FLIP BOOK / ROLL PAGE ANIMATION / TRANSITION | Articulate - Community - Tim_Community Member
As Math mentioned, the Mighty plugin (paid add-on; worth every penny) can help. It has a feature that allows you to upload a zip file containing custom html/scripts into a block, as well as many other nice ways to modify your content.
There are a few [older] libraries out there for acheiving a quite nice page turn effect for images or text content, used by many online store catalogues. The ones I've used in the past are https://github.com/VladIPlay/Turn.js-5 and http://www.turnjs.com .
You *could* in theory achieve the effect in Storyline but you might have to rely on custom javascript and leveraging the gsap library (greensock animation platform, https://gsap.com/) which is built in to the Storyline runtime; Storyline's built in animations aren't up to snuff for anything this complex.