Thank you very much Myra for your quick response. unfortunately I subscribed to In5 for the continuous scrolling effect. The effect of the slider is not suitable for my client. Could a code as suggested in the previous answer work on a horizontal navigation, in the previous question it look the same issue:
Attach the following code as a .js file in the Resources section of the in5 dialog (how to attach resources) and it will cause the On Page Load animations to only play once, and remain static after that:
$(document).on('pageRendered',function(){
$('.activePage, .activePage .page-scale-wrap').removeAttr('data-ani-load').find('[data-ani][data-hidestart]').one('webkitAnimationStart msAnimationStart animationstart', function(e){
$(this).removeAttr('data-hidestart').removeClass('hidden').attr('style', $(this).attr('style')+'display:block !important;');
});
});
Do you know why this code do not work?