文字伸缩滑动动画特效

代码语言: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 {
.........完整代码请登录后点击上方下载按钮下载查看

网友评论0