Hello guys,
I want to jump to a specific object when pushing a button.
When I export the InDesign file to html5 with In5 and ´leave the page format at Continous scroll I can jump an object using the follwing line:
$('html, body').scrollTop($("#item7456").offset().top, 2000);
When I set the page format to slider this line does not work anymore.
Can you give a hind for a workaround.
Thanks,
Stephan