svg感叹号动画艺术效果
代码语言:html
所属分类:布局界面
代码描述:svg感叹号动画艺术效果
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <style> body { display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; height: 100vh; background-color: #000; } .letter-i { width: 80vh; height: 80vh; } .cls-1 { fill: none; stroke: #000; stroke-miterlimit: 10; stroke-width: 5px; stroke-linecap: round; stroke-miterlimit: 10; stroke-dasharray: 1500; -webkit-animation: lines 4s infinite calc(var(--item) * 1s); animation: lines 4s in.........完整代码请登录后点击上方下载按钮下载查看
网友评论0