svg银河系效果
代码语言:html
所属分类:布局界面
代码描述:svg银河系效果
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <style> body { margin: 0; background: #000; } svg { display: block; width: 100vmin; } </style> </head> <body translate="no"> <svg viewBox='-30 -30 60 60' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='galaxy_icon' data-name='Galaxy icon'> <style> #galaxy_3d { transform: rotateY(-30deg) rotateX(60deg); color: #fff } #galaxy_rotor { animation: orbit 3s linear infinite } .galaxy_core { stroke-width: 3; stroke: currentcolor; fill: none } #galaxy_limb { fill: currentcolor } .........完整代码请登录后点击上方下载按钮下载查看
网友评论0