initial commit
This commit is contained in:
14
themes/hugo-sustain/static/js/main.js
Executable file
14
themes/hugo-sustain/static/js/main.js
Executable file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Created by fabiomadeira on 25/02/15.
|
||||
*/
|
||||
// jQuery for page scrolling feature
|
||||
jQuery(document).ready(function(e) {
|
||||
e(".scroll").click(function(t) {
|
||||
t.preventDefault();
|
||||
e("html,body").animate({
|
||||
scrollTop: e(this.hash).offset().top
|
||||
}, 1e3)
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user