Animejs实现鼠标悬浮文字炫酷变动动画代码

代码语言:html

所属分类:悬停

代码描述:Animejs实现鼠标悬浮文字炫酷变动动画代码

代码标签: Anime 鼠标 悬浮 文字 炫酷 变动 动画 代码

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="en" >

<head>
  <meta charset="UTF-8">
  

<style>
body {
  display: flex;
  justify-content: center;
  min-height: 100svh;
}

main {
  width: 100%;
  max-width: 640px;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: default;
}

h2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  cursor: default;
}

p {
  font-size: .875rem;
  line-height: 1.6;
  color: var(--fg-2);
  cursor: default;
}

ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  g.........完整代码请登录后点击上方下载按钮下载查看

网友评论0