Customizing in5 Output
By default scrolling frames do not reset when inside of MSOs and the state is changed. To reset them each time, attach the following as a .js file: $(...
Thu, Jun 20, 2019 at 5:23 PM
In some projects, you might have sensitive information, such as answer content in an e-learning project. It's possible that some of this content could ...
Thu, Jun 27, 2019 at 4:55 PM
Attach the following code as a .css file in the Resources section of the in5 dialog (how to attach resources): .anythingSlider-in5 {
position:absolute...
Tue, Aug 6, 2019 at 6:32 PM
This is a customization that works with the Continuous Scroll (Vertical) format. It does not currently work with Desktop Scaling applied. To apply, ...
Mon, Aug 26, 2019 at 2:26 PM
To reset vertical scrolling frames to their top position when the page changes, attach the following as a .js file using the Resources section of the in5 ex...
Wed, Sep 9, 2020 at 2:55 PM
Some documents include sophisticated animations triggered by animations, where there is another button that reverses the initial animation. This depends...
Fri, Jan 17, 2020 at 4:02 PM
in5 offers all kinds of different appearances for your digital document (flipping pages, sliding transitions, fade ins, etc). You can also remove the tr...
Wed, Mar 11, 2020 at 11:35 AM
Yes, by applying this custom CSS: .turn-page-gutter {
display: none;
}
Fri, Dec 4, 2020 at 10:32 AM
To make a non-looping animated GIF replay when you return to its page, paste the following code into the JavaScript portion of the Resources section of the ...
Fri, Jun 3, 2022 at 1:37 PM
You can set Presentation Mode (in5 > Enhancements > Presentation Mode) to automatically loop your content by selecting Loop in the Presentation Mode d...
Tue, Jun 14, 2022 at 2:35 PM