svg+css实现立体科技小球动画效果代码
代码语言:html
所属分类:布局界面
代码描述:svg+css实现立体科技小球动画效果代码向动画效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<style>
.container {
taxt-align:center;
width:100%;
}
svg {
width:600px;
display:block;
margin:100px auto;
}
</style>
</head>
<body>
<div class="container">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1280 1280" style="enable-background:new 0 0 1280 1280;" xml:space="preserve">
<style type="text/css">
.st0{fill:url(#SVGID_1_);}
.st1{fill:url(#SVGID_2_);}
.st2{fill:url(#SVGID_3_);}
.st3{fill:#202020;}
.st4{fill:#AFAFAF;}
.st5{fill:#FFFFFF;}
.st6{fill:none;stroke:#231F20;stroke-width:5.0998;stroke-miterlimit:10;}
.st7{opacity:0.9;fill:url(#gost_1_);}
</style>
<g>
<radialGradient id="SVGID_1_" cx="743.2467" cy="1343.0248" r=&qu.........完整代码请登录后点击上方下载按钮下载查看
网友评论0