mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
add hashchange animation
This commit is contained in:
@@ -196,6 +196,11 @@ function router() {
|
||||
$('#content code').map(function() {
|
||||
Prism.highlightElement(this);
|
||||
});
|
||||
|
||||
$('html, body').animate({
|
||||
scrollTop: $('#content').offset().top
|
||||
}, 200);
|
||||
|
||||
}).fail(function() {
|
||||
show_error();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user