Dear,
You come to the demo platform for goocode.net. Some scripts or examples are displayed here, including PHP scripts, Javascript, MySQL, plugins, ets. Most of them are related to the front-end technology. May you like them.
Need to load jQuery 1.6+ and a buffer Animation Plug jquery.easing. Slide to the specified node.Basic usage
<! doctype html>
<html>
<head>
<script>
$(function() {
$.scrollify({
section : "section",
});
});
</script>
</head>
<body>
<section></section>
<section></section>
</body>
</html>
Config
$.scrollify({
section : "section",
sectionName : "section-name",
easing: "easeOutExpo",
scrollSpeed: 1100,
offset : 0,
scrollbars: true,
before:function() {},
after:function() {}
});
Method
$.scrollify("move","#name");
Thanks for ur reviewing. Any questions feel free to write to us.