css+div实现按钮悬浮星空动画效果代码
代码语言:html
所属分类:悬停
代码描述:css+div实现按钮悬浮星空动画效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<style>
@layer properties {
@property --shadow-scale {
syntax: "<number>";
inherits: true;
initial-value: 0;
}
@property --halo-scale {
syntax: "<number>";
inherits: true;
initial-value: 0;
}
@property --halo-offset {
syntax: "<number>";
inherits: true;
initial-value: 0;
}
}
:root {
--debug: 0;
--bg-color: hsl(0, 0%, 8%);
--svg-animation: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 113 46'%3E%3Cpath id='b' stroke='%23fff' stroke-linecap='round' stroke-width='0' d='M13.17 43c-.478-1.188-3.117-4.02-2.866-7.13.25-3.11 5.087-7.212 4.37-11.526-.716-4.314-8.89-10.467-8.67-14.358C6.225 6.096 .........完整代码请登录后点击上方下载按钮下载查看
















网友评论0