gsap+flip实现2022新年快乐动画效果代码
代码语言:html
所属分类:动画
代码描述:gsap+flip实现2022新年快乐动画效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<style>
@import url("https://fonts.googleapis.com/css2?family=Audiowide&display=swap");
* {
margin: 0;
padding: 0;
}
body {
background-color: #11141c;
height: 100vh;
overflow: hidden;
}
h1 {
font-family: "Audiowide", cursive;
color: #f5e4c1;
font-size: 5rem;
text-shadow: 6px 6px #cf5729;
text-align: center;
margin-bottom:100px;
}
.year {
display: flex;
justify-content: center;
}
.number {
margin: 0 10px;
}
.shape {
height: 100px;
width: 100px;
}
.two > .top,
.two > .bottom,
.zero {
display: flex;
}
.two > .top > div:nth-of-type(1) > .shape {
border-radius: 50rem 0 0;
back.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0