Welcome to the in5 Answer Exchange! This a place to get answers about in5 (InDesign to HTML5) and make requests.
0 votes

Just figured out how to do this, so adding a question to document how to remove the slider transition.

You can use the Slider (Fade in) Page Format if you don't want to see in between pages when jumping around, but some users have asked how to have no transition at all.

in how_to by (197k points)
edited by
  

1 Answer

+2 votes
 
Best answer

Update: This can now be done with no coding via in5 > Enhancements > Custom Slide Transitions.


Add the following as a .js file using the Resources section of the in5 dialog:

sliderSettings = { animationTime: 0 };

by (197k points)