js scroll animated - anchor websitex5 v13
Posted: Wed Apr 05, 2017 11:08 am
I combine the scripts so the scroll is animated, I mean the anchor for wesitex5v13
location.replace("http://www.google.com");
$('a[href^="#"]').on('click', function(event) {
var target = $(this.getAttribute('href'));
if( target.length ) {
event.preventDefault();
$('html, body').stop().animate({
scrollTop: target.offset().top
}, 1000);
}
});
Or create a script with code from wesitex5v13
<a href="opis.html#Bp1" class="imCssLink" onclick="return x5engine.utils.location('opis.html#Bp1', null, false)">OpisBp1</a>
location.replace("http://www.google.com");
$('a[href^="#"]').on('click', function(event) {
var target = $(this.getAttribute('href'));
if( target.length ) {
event.preventDefault();
$('html, body').stop().animate({
scrollTop: target.offset().top
}, 1000);
}
});
Or create a script with code from wesitex5v13
<a href="opis.html#Bp1" class="imCssLink" onclick="return x5engine.utils.location('opis.html#Bp1', null, false)">OpisBp1</a>