仿哔哩哔哩网站页面回顶部的火箭

仿哔哩哔哩网站页面回顶部的火箭

html代码:

<div class="to-top"></div>

css代码:

/*小火箭*/

.to-top {
position: fixed;
display: none;
bottom: 100px;
right: 20px;
width: 62px;
height: 85px;
cursor: pointer;
background-image: url(https://img.ahap.cn/files/2023/12/20231201145812632.png);
background-position: –40px44px;
transition: transform 0.3s ease-in;
transform: translateY(0);
z-index: 999;
}
.to-top:hover {
animation: up-top .4s steps(1) infinite;
}
.to-top.fly {
transform: translateY(1000px);
}
@keyframes up-top{
0% {
background-position-x: –40px;
}
16.5% {
background-position-x: –183px;
}
33% {
background-position-x: –326px;
}
49.5% {
background-position-x: –469px;
}
66% {
background-position-x: –612px;
}
82.5% {
background-position-x: –755px;
}
100% {
background-position-x: –40px;
}}
function toggleToTopVisibility() {
if ($(window).scrollTop() > 0) {
$(“.to-top”).fadeIn(100);
} else {
$(“.to-top”).fadeOut(100);
}
}

toggleToTopVisibility();
$(“.to-top”).click(function() {
$(this).addClass(“fly”);
setTimeout(() => {
$(this).removeClass(“fly”);
}, 300);
$(“html, body”).animate({ scrollTop: 0 }, “fast”);
});

$(window).scroll(toggleToTopVisibility);

图片地址:https://img.ahap.cn/files/2023/12/20231201145812632.png

如果您是子主题用户,您可以将代码放在后台子主题设置->基本设置->插入代码的菜单中

提示: 本站一律禁止以任何方式发布或转载任何违法的相关信息访客发现请向站长举报,会员发帖仅代表会员个人观点,并不代表本站赞同其观点和对其真实性负责。本网站的资源部分来源于网络,如有侵权烦请发送邮件至:522552094@qq.com

给TA打赏
共{{data.count}}人
人已打赏
7b2美化网站源码

7b2主题给WordPress接入ChatGPT插件

2023-3-12 3:09:18

7b2美化

7B2主题批量修改文章样式

2023-12-9 22:36:23

!
你也想出现在这里?立即 联系我们吧!
终生年SVIP赞助仅需188
0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索
  • 5242 用户总数
  • 35404 文章总数
  • 142139346 浏览总数
  • 38 今日发布
  • 2262 稳定运行
立即加入

加入本站VIP,全站资源任意下载!