" />
给大家分享一个用css 3.0实现的文字悬停跳动特效,效果如下:
以下是代码实现,欢迎大家复制粘贴和收藏。
<!doctype html><html lang="en"> <head> <meta chart="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>css 3.0文字悬停跳动特效</title> <style> * { margin: 0; padding: 0; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background: #000; } .loa守株待兔英文der { position: relative; } .loader span { position: relative; font-size: 2em; color: #fff; 光合作用过程图解 display: inline-block; text-transform: upperca; animation: animate 2s ea-in-out infinite; animation-delay: calc(0.1s * var(--i)); animation-play-state: paud; } .loader:hover span { animation-play-state: running; } @keyframes animate { 0%, 40%, 100% { transform: translatey(0); } 20% { transform: translatey似字组词(-50px); } } </style> </head> <body> <div class="loader"> <span style="--i:1;">a</span> <span style="--i:2;">n</span> <span style="--i:3;">i</span> <span style="--i:4;">m</span> <span style="--i:5;">a</span> <span style="--i:6;">t</span> <span style="--i:7;">i</span> <span 韶石山style="--i:8;">o</span> <span style="--i:9;">n</span> <span style="--i:10;">_</span> <span style="--i:11;">p</span> <span style="--i:12;">l</span> <span style="--i:13;">a</span> <span style="--i:14;">y</span> <span style="--i:15;">_</span> <span style="--i:16;">s</span> <span style="--i:17;">t</span> <span style="--i:18;">a</span> <span style="--i:19;">t</span> 函数的驻点是什么 <span style="--i:20;">e</span> <span style="--i:21;">.</span> </div> </body> </html>
总结
到此这篇关于css 3.0文字悬停跳动特效代码的文章就介绍到这了,更多相关css 3.0文字悬停跳动内容请搜索www.887551.com以前的文章或继续浏览下面的相关文章,希望大家以后多多支持www.887551.com!
本文发布于:2023-04-03 20:55:51,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/62ff0dc36436deb3e4eb046a806b4d09.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:CSS 3.0文字悬停跳动特效代码.doc
本文 PDF 下载地址:CSS 3.0文字悬停跳动特效代码.pdf
留言与评论(共有 0 条评论) |