css 文字左右抖动效果

html 复制代码
<template>
  <div class="box">
    <div class="shake shape">抖动特效交字11</div>
  </div>
</template>

<script setup></script>

<style scope>
.shape {
    margin: 50px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid black;
 }


.shake:hover {
    animation: shakeAnimal 800ms ease-in-out;
}
@keyframes shakeAnimal { /* 水平抖动,核心代码 */
    10%, 90% { transform: translate3d(-1px, 0, 0); }
    20%, 80% { transform: translate3d(+2px, 0, 0); }
    30%, 70% { transform: translate3d(-4px, 0, 0); }
    40%, 60% { transform: translate3d(+4px, 0, 0); }
    50% { transform: translate3d(-4px, 0, 0); }
}

</style>
相关推荐
遗憾随她而去.4 小时前
uniapp 折叠动画 <transition> 踩坑记录
css·uni-app
Crystal3285 小时前
移动web开发常见问题
前端·css·面试
Franciz小测测6 小时前
Gemini 网页端自定义教程:利用 Stylus 强制开启宽屏显示
前端·css·stylus
程序员刘禹锡6 小时前
定位与图标字体知识点全解析!!!(12.31)
前端·css·html·css3
hxjhnct7 小时前
CSS中px,em,rem的区别
javascript·css·css3
kevinlaizhiyu7 小时前
巧用View Transition API实现炫酷的主题切换效果
css
烤麻辣烫9 小时前
黑马大事件学习-19(文章)
前端·css·vue.js·学习·html
yyt36304584110 小时前
K 线图高性能窗口化渲染
前端·javascript·css·vue.js·gitee·vue
聪明的Levi10 小时前
FRONT END REVIEW
前端·css·html
豆豆11 小时前
主流的企业建站方式,sass云建站和自助建站系统怎么选择?
前端·css·低代码·cms·sass·低代码平台·站群