(转)<script src="js/jquery-2.1.1.min.js" type="text/javascript"></script>
<script src="js/highlight.min.js"></script>
<script src="dist/aos.js"></script>
<script>
AOS.init({
easing: 'ease-out-back',
duration: 1000
});
</script>
<script>
hljs.initHighlightingOnLoad();
$('.hero__scroll').on('click', function(e) {
$('html, body').animate({
scrollTop: $(window).height()
}, 1200);
});
</script>浏览网址:http://www.lanrenzhijia.com/demos/41/4139/demo/下载:链接: https://pan.baidu.com/s/1dEOf6Op 密码: mv2e
转载于:https://www.cnblogs.com/agen-su/p/7793210.html
相关资源:JAVA上百实例源码以及开源项目