欢迎光临 - 我的站长站,本站所有资源仅供学习与参考,禁止用于商业用途或从事违法行为!

css教程

CSS3+JS页面loading过度跳转效果

css教程 我的站长站 2020-08-30 共163人阅读

CSS3+JS页面loading过度跳转效果,字母跳动效果,具体效果如下图

CSS3+JS页面loading过度跳转效果

CSS3+JS页面loading过度跳转效果代码

<!DOCTYPE html>
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width,height=device-height, initial-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes"> 
<meta name="robots" content="noindex,follow">
<title>加载中</title>
<meta http-equiv="refresh" content="3;url=https://www.wdzzz.com/">
<style>
body{font-weight:100;margin:0}body{-webkit-tap-highlight-color:transparent;background-color:#222428;font-size:100%;font-family:Open Sans;height:100%}.loader{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-mos-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;width:80%;overflow:visible}.loader,.loader div{position:absolute;height:36px}.loader div{width:30px;margin:0 10px;opacity:0;animation:move 2s linear infinite;-o-animation:move 2s linear infinite;-moz-animation:move 2s linear infinite;-webkit-animation:move 2s linear infinite;transform:rotate(180deg);-o-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);color:#fff;font-size:3em}.loader div:nth-child(8):before{background:#db2f00}.loader div:nth-child(8):before,.loader div:nth-child(9):before{content:'';position:absolute;bottom:-15px;left:0;width:30px;height:30px;border-radius:100%}.loader div:nth-child(9):before{background:#f2f2f2}.loader div:nth-child(10):before{bottom:-15px;height:30px;background:#13a3a5}.loader div:after,.loader div:nth-child(10):before{content:'';position:absolute;left:0;width:30px;border-radius:100%}.loader div:after{bottom:-40px;height:5px;background:#39312d}.loader div:nth-child(2){animation-delay:.2s;-o-animation-delay:.2s;-moz-animation-delay:.2s;-webkit-animation-delay:.2s}.loader div:nth-child(3){animation-delay:.4s;-o-animation-delay:.4s;-webkit-animation-delay:.4s}.loader div:nth-child(4){animation-delay:.6s;-o-animation-delay:.6s;-moz-animation-delay:.6s;-webkit-animation-delay:.6s}.loader div:nth-child(5){animation-delay:.8s;-o-animation-delay:.8s;-moz-animation-delay:.8s;-webkit-animation-delay:.8s}.loader div:nth-child(6){animation-delay:1s;-o-animation-delay:1s;-moz-animation-delay:1s;-webkit-animation-delay:1s}.loader div:nth-child(7){animation-delay:1.2s;-o-animation-delay:1.2s;-moz-animation-delay:1.2s;-webkit-animation-delay:1.2s}.loader div:nth-child(8){animation-delay:1.4s;-o-animation-delay:1.4s;-moz-animation-delay:1.4s;-webkit-animation-delay:1.4s}.loader div:nth-child(9){animation-delay:1.6s;-o-animation-delay:1.6s;-moz-animation-delay:1.6s;-webkit-animation-delay:1.6s}.loader div:nth-child(10){animation-delay:1.8s;-o-animation-delay:1.8s;-moz-animation-delay:1.8s;-webkit-animation-delay:1.8s}@keyframes move{0%{right:0;opacity:0}35%{right:41%}35%,65%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}65%{right:59%}to{right:100%;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}}@-webkit-keyframes move{0%,to{opacity:0}0%{right:0}35%{right:41%}35%,75%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}75%{right:59%}to{right:100%;-webkit-transform:rotate(-180deg);transform:rotate(-180deg);opacity:0}}
</style>
</head>
<body class="ie8">
<div class="loader">
<div> L </div>
<div> O </div>
<div> A </div>
<div> D </div>
<div> I </div>
<div> N </div>
<div> G </div>
<div> </div>
<div> </div>
<div> </div>
</div>
</body>
</html>

修改跳转链接只需要改这个地方的链接就可以了

<meta http-equiv="refresh" content="3;url=https://www.wdzzz.com/">

换成你的跳转网址,3代表3秒后跳转,也可以随意调整。

相关专题
css
css
2021-09-24 78

css是前端开发中的样式语言,学好CSS可以帮助开发出漂亮的模板,css专题为您整理本站所有css相关信息,包含css模板下载,css使用教程分享和css示例代码....

相关推荐
  • 跳转页面模板
  • CSS3动画
  • CSS3教程
  • HTML广告跳转过度页面
    HTML广告跳转过度页面

    一款HTML广告跳转过度页面,存HTML+CSS+JS制作,就一个页面,模板的作用主要就是提示用户这是第三方广告,交易前请谨慎。 把文件传到根目录,然后挂广告的链接格式:https://你的域名/ad.html?url=广告商域...

    html模板 411 3年前
  • HTML简洁的loading加载页面跳转网站模板
    HTML简洁的loading加载页面跳转网站模板

    简单的HTML+JS+CSS页面loading跳转效果网站模板,修改非常简单。模板页面最下面的JS中的url变量为最后跳转的地址,修改这个为您的地址就可以了。...

    html模板 673 3年前
  • 简单的404跳转网站模板
    简单的404跳转网站模板

    简单的404跳转网站模板,删除了自带的广告链接,所有图片素材全部本地化。

    html模板 272 3年前
  • CSS3+JS页面loading过度跳转效果
    CSS3+JS页面loading过度跳转效果

    CSS3+JS页面loading过度跳转效果,字母跳动效果,具体效果如下图CSS3+JS页面loading过度跳转效果代码<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF...

    css教程 163 3年前
  • PHP过度跳转页面代码

    PHP过度跳转页面代码,大致效果如下图新建个go.php文件 将下方的代码,复制粘贴到你新建的go.php文件中,保存(css代码我压缩了所以不用管,把http://www.wdzzz.com/改成自己的网站地址)代码如下<?php $t_url=$_GET[&#39;url&#39;];if(!empty($t_url)) {preg_m...

    php教程 51 3年前
  • React.js新拟态CSS3动画生成网站源码
    React.js新拟态CSS3动画生成网站源码

    源码介绍一款国外搬运的CSS3动画生成网站源码,基于React.js框架开发,中文叫新拟态,英文原名叫Neumorphism/Soft UI。是一款助于设计人员和开发人员对其进行试验并可能对其进行调整的源码。源码截图...

    html模板 49 1年前
  • @keyframes实现CSS动画帧效果

    本教程教大家如何使用@keyframes,制作一个类似幻灯片的CSS动画效果。首先我们准备一张连贯的动作图片,这里以这张熊跑路为例。新建一个DIV容器,放这里一帧图片<div></div>DIV的盒子属性div { position: absolute; width: 200px; ...

    css教程 68 2年前
  • 五彩loading动画效果html页面模板
    五彩loading动画效果html页面模板

    一款五彩的loading动画效果html页面模板,loading文字从右到左一顺弧形滚动,非常漂亮。<meta http-equiv="refresh" content="3;url=http://www.wdzzz.com">content为跳转延迟时间,url为跳转后的地址...

    html模板 153 3年前
  • 自适应动画轮播音乐培训织梦CMS网站模板
    自适应动画轮播音乐培训织梦CMS网站模板

    织梦CMS网站模板简介模板包含首页,音乐,课程,优势,视频,照片。在线报名,新闻资讯等页面,模板代码排序工整,兼容各大主流浏览器,利于后期网站SEO优化织梦CMS音乐培训模板截图...

    织梦cms模板 332 4年前
  • 超级酷炫的HTML动画效果引导页模板
    超级酷炫的HTML动画效果引导页模板

    超级酷炫的HTML动画效果引导页模板,各种3D视觉差动态效果非常666,而且带背景音乐播放器。还有酷炫的跳转翻页效果,用在个人网站上就是大神级人物。...

    html模板 551 3年前
  • CSS3实现苹果灵动岛效果

    主要利用了CSS3-animation + JS实现效果,只是提供思路,具体细节可以参考<!DOCTYPE html><html> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>灵动岛</title>...

    css教程 56 1年前
  • CSS3背景图片固定滑动效果

    CSS3背景图片固定住,滚动条滚动浮动在固定位置,这种效果网上看到很多。有一种视觉差的酷炫效果,一般大气的企业网站会非常常见,这种CSS效果运用的好会让网站非常大气上档次。今天我的站长站分享给大家,其实非常简单。background-attachment: fixed;CSS3的...

    css教程 95 4年前
  • CSS3做一个手机端左右滑动菜单

    手机端因为布局很窄,如果刚好菜单很多的情况下,我们就可以把菜单左侧左右滑动的效果,来节省空间,大致效果如下图具体效果可以参考今日头条,菜单可以左右滑动。有些花里胡哨的代码会用上JS,其实这种只需要CSS就能搞定,下面看代码。HTML代码<div><a href="htt...

    css教程 126 4年前
  • CSS3高光划过效果代码教程

    我们常常看到的高光划过效果,其实用CSS就能实现,CSS3高光划过效果代码教程方法CSS3高光划过效果代码.logo-wrapper { position: relative; font-size:2em; font-weight:700; line-height:39px; overflow:hidden; margin:0;}.logo-wr...

    css教程 99 3年前
  • css3背景渐变语法

    css3背景渐变语法background: linear-gradient(0deg, #fff 0%,#000 100%);语义说明background:背景linear-gradient:渐变0deg:渐变方向,比如从左到右,从右到左,从上到下等等#fff:渐变起始颜色#000:渐变结束颜色0%,100%:透明度...

    css教程 57 3年前