sc.chinaz.com

适用浏览器:360、FireFox、Chrome、Safari、Opera、傲游、搜狗、世界之窗.
不支持IE8及以下浏览器。

来源:站长素材

<a href="#test" class="anchor-scroll" data-class-to="body" data-on-scroll="blur">...</a>

Click Arrow

Bounce After Scroll

Add bounce effect to anchor element after scrolling to it.

<a href="#test-2" class="anchor-scroll" data-class-to="#test-2" data-scroll-end="bounce">...</a>

Callback

Callback functions on scroll start and end.

$('.arrow-up').scrollAnchor({
			scrollStart: function () {
			$(".popup").text("Scrolling...");
			},
			scrollEnd: function () {
			$(".popup").text("Done!");
			}
			});