<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>js多边形渐变网格背景插件|DEMO_jQuery之家-自由分享jQuery、html5、css3的插件库</title>
<style>
html, body {
margin: 0 0;
padding: 0 0;
text-align: center;
font-size: 0;
height: 100%;
width: 100%;
}
#gradient-rotate {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100vw;
height: 100vh;
}
#trianglify-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100vw;
height: 100vh;
}
#color-stop-1 {
-webkit-animation: change-color-1 12s ease-in-out infinite alternate;
animation: change-color-1 12s ease-in-out infinite alternate
}
#color-stop-2 {
-webkit-animation: change-color-2 12s ease-in-out infinite alternate;
animation: change-color-2 12s ease-in-out infinite alternate
}
#color-stop-3 {
-webkit-animation: change-color-3 12s ease-in-out infinite alternate;
animation: change-color-3 12s ease-in-out infinite alternate
}
@keyframes change-color-1 {
0% {
stop-color: #22C8F6
}
25% {
stop-color: #ff0
}
50% {
stop-color: #00ffcb
}
75% {
stop-color: #70ff00
}
}
@keyframes change-color-2 {
0% {
stop-color: #20C498
}
25% {
stop-color: #ff00ad
}
350% {
stop-color: #d480ff
}
75% {
stop-color: #ff9200
}
}
@keyframes change-color-3 {
0% {
stop-color: #189932
}
25% {
stop-color: #c300cb
}
50% {
stop-color: #5600d4
}
75% {
stop-color: #ff46dc
}
}
</style>
</head>
<body>
<svg id="gradient-rotate" preserveAspectRatio="none" viewBox="0 0 500 500">
<defs>
<linearGradient x1="0%" y1="0%" y2="100%" id="a">
<stop id="color-stop-1" stop-color="#22C8F6" offset="0%"></stop>
<stop id="color-stop-2" stop-color="#20C498" offset="65%"></stop>
<stop id="color-stop-3" stop-color="#189932" offset="100%"></stop>
</linearGradient>
</defs>
<path fill="url(#a)" d="M0 0h500v500H0z"></path>
</svg>
<script src="./dist/trianglify.min.js"></script>
<script>
// set up the base pattern
var pattern = Trianglify({
height: window.innerHeight,
width: window.innerWidth,
x_colors: ['rgba(255, 255, 255, 0.1)', 'rgba(255, 255, 255, 1)'],
stroke_width: 0,
cell_size: Math.ceil(window.innerWidth / 8)})
var svg = pattern.svg()
svg.id = 'trianglify-overlay'
document.body.appendChild(svg)
// document.getElementById('htmleaf-content').appendChild(svg)
</script>
</body>
</html>
没有合适的资源?快使用搜索试试~ 我知道了~
背景:js多边形渐变网格背景插件效果演示
共6个文件
html:4个
js:2个
需积分: 1 0 下载量 195 浏览量
2024-09-21
07:10:50
上传
评论
收藏 21KB ZIP 举报
温馨提示
背景:js多边形渐变网格背景插件效果演示
资源推荐
资源详情
资源评论
收起资源包目录
背景:js多边形渐变网格背景插件效果演示.zip (6个子文件)
背景:js多边形渐变网格背景插件效果演示
basic-web-example.html 874B
transparency-example.html 3KB
dist
trianglify.min.js 45KB
save-as-png.js 784B
index.html 3KB
custom-points-example.html 1KB
共 6 条
- 1
资源评论
冷月秋风尚
- 粉丝: 275
- 资源: 4
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功