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