svg变形过渡动画效果
代码语言:html
所属分类:加载滚动
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>women-fashion-loader</title> <style> body { font-family: 'Montserrat', sans-serif; font-weight: 400; line-height: 1.5; } .container { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; width: 100vw; height: 100vh; background-color: #1e1f26; } h2 { text-transform: uppercase; letter-spacing: 2px; font-size: 28px; font-weight: 600; margin: 30px 0 150px 0; color: #e0245e; text-shadow: 2px 2px 4px rgba(0,0,0,1); text-align: center; } svg { visibility: hidden; width: 150px; height: 150px; } .dress, .mexi, .skirt { visibility: hidden; } </style> <script> window.console = window.console || function(t) {}; </script> <script> if (document.location.search.match(/type=embed/gi)) { window.parent.postMe.........完整代码请登录后点击上方下载按钮下载查看
网友评论0