Toggle navigation
在线编辑器
在线代码
文本比较
jQuery下载
前端库
在线手册
登录/注册
下载代码
html
css
js
分享到微信朋友圈
X
html
scroll effect-1
scroll effect-2
scroll effect-3
scroll effect-4
scroll effect-5
css
@import url("https://s2.pstatp.com/cdn/expire-1-M/font-awesome/4.7.0/css/font-awesome.min.css"); @import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700,800,900"); * { margin: 0px; padding: 0px; box-sizing: border-box; } *:focus { box-shadow: none; border: none; outline: none; } body, html { height: 100%; width: 100%;background-color: #1F1F1F; } body, p { font: 400 18px/30px "Poppins", sans-serif; color: #5d6483; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } a { text-decoration: none; color: #4154fe; } h1, h2, h3, h4, h5, h6, p, a { margin: 0px; } h1, h2, h3, h4, h5, h6 { font-weight: normal; -webkit-font-variant-ligatures: common-ligatures; font-variant-ligatures: common-ligatures; } a:hover, a:focus, input:focus, button:focus, a:active { text-decoration: none; outline: none; outline-offset: 0px; box-shadow: none; } ul { list-style: none; margin: 0; padding: 0; } input, textarea, select { border: 1px solid #d1d1d1; font-size: 14px; padding: 8px 15px; width: 100%; resize: none; } /*-----end default style (you can remove this code)------*/ .css-scroll-down { display: flex; flex-flow: row; align-items: flex-start; padding: 50px 30px; } .css-scroll-down .single-scroll-down-animation { margin-right: 20px; width: calc(25% - 20px); margin-bottom: 50px; } .css-scroll-down .single-scroll-down-animation h4 { text-transform: uppercase; font-weight: 700; font-size: 20px; text-align: center; margin-bottom: 30px; } .scroll-down1 { width: 50px; height: 50px; border-radius: 100%; border: 2px solid #00b4ff; font-size: 30px; overflow: hidden; cursor: pointer; display: flex; flex-flow: column; align-items: center; justify-content: center; margin: 0 auto; } .scroll-down1 i { color: #00b4ff; animation: scrollDown1 1.5s ease infinite; } @keyframes scrollDown1 { 0% { transform: translateY(-15px); opacity: 0; } 50% { transform: translateY(0px); opacity: 1; } 100% { transform: translateY(15px); opacity: 0; } } .scroll-down2 { width: 30px; height: 50px; border: 2px solid #00b4ff; border-radius: 50px; cursor: pointer; position: relative; overflow: hidden; margin: 0 auto; } .scroll-down2:before { content: ""; position: absolute; left: 50%; top: 20px; width: 6px; height: 6px; border-radius: 100%; transform: translateX(-50%); background: #00b0ff; animation: scrollDown2 1.5s ease infinite; } .scroll-down2:after { content: ""; position: absolute; left: 50%; top: 5px; width: 6px; height: 15px; border-radius: 3px; transform: translateX(-50%); background: #00b0ff; } @keyframes scrollDown2 { 0% { transform: translate(-50%, 0px); opacity: 0; } 50% { transform: translate(-50%, 8px); opacity: 1; } 100% { transform: translate(-50%, 16px); opacity: 0; } } .scroll-down3 { width: 50px; height: 50px; border-radius: 100%; border: 2px solid #00b4ff; font-size: 30px; overflow: hidden; cursor: pointer; display: flex; flex-flow: column; align-items: center; justify-content: center; margin: 0 auto; } .scroll-down3 i { color: #00b4ff; animation: scrollDown3 2s ease infinite; } @keyframes scrollDown3 { 0% { transform: translateY(-15px); opacity: 0; } 45% { transform: translateY(0px); opacity: 1; } 65% { transform: translateY(-5px); opacity: 1; } 100% { transform: translateY(15px); opacity: 0; } } .scroll-down4 { width: 3px; height: 80px; background: #00b0ff; animation: scrollDown4 2s ease infinite; margin: 0 auto; } @keyframes scrollDown4 { 0% { transform-origin: top; transform: scaleY(0); } 45% { transform-origin: top; transform: scaleY(1); } 55% { transform-origin: bottom; transform: scaleY(1); } 100% { transform-origin: bottom; transform: scaleY(0); } } .scroll-down5 { width: 2px; height: 110px; position: relative; background: transparent; animation: scrollDown5 1.5s ease infinite; border-radius: 100%; margin: 0 auto; } .scroll-down5:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(transparent, #00b0ff, transparent); } @keyframes scrollDown5 { 0% { transform-origin: top; transform: scaleY(0); } 45% { transform-origin: top; transform: scaleY(1); } 55% { transform-origin: bottom; transform: scaleY(1); } 100% { transform-origin: bottom; transform: scaleY(0); } }
JavaScript
粒子
时间
文字
hover
canvas
3d
游戏
音乐
火焰
水波
轮播图
鼠标跟随
动画
css
加载动画
导航
菜单
按钮
滑块
tab
弹出层
统计图
svg
×
Close
在线代码下载提示
开通在线代码永久免费下载,需支付20jQ币
开通后,在线代码模块中所有代码可终身免费下!
您已开通在线代码永久免费下载,关闭提示框后,点下载代码可直接下载!
您已经开通过在线代码永久免费下载
对不起,您的jQ币不足!可通过发布资源 或
直接充值获取jQ币
取消
开通下载
<!doctype html> <html> <head> <meta charset="utf-8"> <title>CSS3向下滚动动画-jq22.com</title> <script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script> <style>
</style> </head> <body>
<script>
</script>
</body> </html>
2012-2021 jQuery插件库版权所有
jquery插件
|
jq22工具库
|
网页技术
|
广告合作
|
在线反馈
|
版权声明
沪ICP备13043785号-1
浙公网安备 33041102000314号