forked from Archives/Athou_commafeed
instant scrolling
This commit is contained in:
@@ -11,7 +11,7 @@ module.directive('scrollTo', function() {
|
|||||||
if (value) {
|
if (value) {
|
||||||
$('html, body').animate({
|
$('html, body').animate({
|
||||||
scrollTop : $(element).offset().top + 'px'
|
scrollTop : $(element).offset().top + 'px'
|
||||||
}, 'fast');
|
}, 0);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user