文字伸缩滑动动画特效
代码语言:html
所属分类:动画
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Variable Fonts | Compressa</title>
<style>
@font-face {
src: url('https://res.cloudinary.com/dr6lvwubh/raw/upload/v1529908256/CompressaPRO-GX.woff2');
font-family:'Compressa VF';
font-style: normal;
}
html {
height:100%;
}
body {
padding: 0;
margin: 0;
overflow: hidden;
background-color: #211D26;
display: flex;
justify-content: center;
height: 100%;
align-items: center;
}
h1 {
font-family:'Compressa VF';
text-rendering: optimizeSpeed;
color: #D11B3D;
width: 100%;
user-select: none;
line-height: 0.8em;
margin: 0 auto;
text-transform: uppercase;
font-weight: 100;
text-align: center;
width: 100vw;
}
h1 span {
transform: translateY(-10px);
user-select: none;
}
h1.flex {
display: flex;
justify-content: space-between;
.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0