html+css+js实现带平滑效果的返回顶部特效

 时间:2026-02-14 09:45:09

1、准备好需要用到的图标。

html+css+js实现带平滑效果的返回顶部特效

2、新建html文档。

html+css+js实现带平滑效果的返回顶部特效

3、书写hmtl代码。

<h1 style="text-align:center;padding:35px;">先滚动到最底部,再看右下角的小火箭,并点击返回到顶部</h1>

<a href="#" onclick="gotoTop();return false;" class="totop"></a>

html+css+js实现带平滑效果的返回顶部特效

4、书写css代码。

<style>

*{margin:0;padding:0;list-style:none;border:none;}

body{height:2000px;background:#fafafa;}

.totop{position:fixed;right:25px;bottom:25px;display:block;width:26px;height:62px;background:url(images/rocket.png) no-repeat 0 0;-webkit-transition: all 0.2s ease-in-out;}

.totop:hover{background:url(images/rocket.png) no-repeat 0 -62px;}

</style>

html+css+js实现带平滑效果的返回顶部特效

5、书写js代码。

<script>

function gotoTop(acceleration,stime) {

   acceleration = acceleration || 0.1;

   stime = stime || 10;

   var x1 = 0;

   var y1 = 0;

   var x2 = 0;

   var y2 = 0;

   var x3 = 0;

   var y3 = 0; 

   if (document.documentElement) {

       x1 = document.documentElement.scrollLeft || 0;

       y1 = document.documentElement.scrollTop || 0;

   }

   if (document.body) {

       x2 = document.body.scrollLeft || 0;

       y2 = document.body.scrollTop || 0;

   }

   var x3 = window.scrollX || 0;

   var y3 = window.scrollY || 0;

   var x = Math.max(x1, Math.max(x2, x3));

   var y = Math.max(y1, Math.max(y2, y3));

   var speeding = 1 + acceleration;

   window.scrollTo(Math.floor(x / speeding), Math.floor(y / speeding));

   if(x > 0 || y > 0) {

       var run = "gotoTop(" + acceleration + ", " + stime + ")";

       window.setTimeout(run, stime);

   }

}

html+css+js实现带平滑效果的返回顶部特效

6、代码整体结构。

html+css+js实现带平滑效果的返回顶部特效

7、查看效果。

html+css+js实现带平滑效果的返回顶部特效

  • html+css+js适用于移动网页悬浮框效果
  • 如何使用html+css+js完成轮播图的效果?
  • html+css+js实现电脑全屏雨滴效果
  • html+css+js鼠标双击网页滚动屏幕特效
  • html+css+js手机页面左右切换效果
  • 热门搜索
    中国旅游景区 陕西省旅游局官网 最好的旅游网站 广西旅游路线 天津塘沽旅游攻略 浙江绍兴旅游景点 梅州旅游景点 宜兴旅游攻略 三三旅游网 上海附近的旅游景点