当前位置: 首页 > news >正文

vue3 css模拟语音通话不同语音、正在加载等的效果

实现效果如下:

在这里插入图片描述
在这里插入图片描述

在不同的时间,显示不一样的效果(大小是一样的,截图时尺寸发生了变化)

具体实现代码如下:

<script setup>
import {ref} from "vue";const max_hight = ref('40px')
const min_hight = ref('2px')
</script><template><div class="loading loading-2"><ul><li></li><li></li><li></li><li></li><li></li></ul></div>
</template><style scoped>
* {padding: 0;margin: 0;list-style: none;
}.loading {width: 300px;height: v-bind(max_hight);margin: 100px auto;
}.loading ul {height: v-bind(max_hight);width: 65px;margin: 0 auto;display: flex;align-items: center;
}.loading ul li {margin: 0 2px;width: 3px;height: v-bind(max_hight);background-color: darkgrey;
}/* 1) 定义动画 */
@keyframes ani-height {0% {height: v-bind(max_hight);}50% {height: v-bind(min_hight);}100% {height: v-bind(max_hight);}
}/* 2) 使用动画 */
li:nth-child(1) {animation: ani-height .5s .1s linear infinite;
}li:nth-child(2) {animation: ani-height .5s .05s linear infinite;
}li:nth-child(3) {animation: ani-height .5s .2s linear infinite;
}li:nth-child(4) {animation: ani-height .5s .25s linear infinite;
}li:nth-child(5) {animation: ani-height .5s .15s linear infinite;
}
</style>

其实主要的差别就是在不同时刻,将其高度设置成不一样的大小即可,也就是对动画的时间进行逐步后移即可

相关文章:

  • 《Operating System Concepts》阅读笔记:p821-p897
  • C++——入门基础
  • C++学习笔记(四十二)——STL之堆操作算法
  • 嵌入式程序发开思路
  • IntelliJ IDEA 内存优化
  • 数据中心平台建设方案技术方案(Word)
  • 制作一款打飞机游戏28:编辑器完善鲁棒性
  • 回归预测 | Matlab实现DBO-LightGBM蜣螂算法优化轻量级梯度提升机多输入单输出回归预测,作者:机器学习之心
  • 在使用Python的Selenium库打卡网页后,通过CDP命令获取所有cookies(包括Httponly和Secure的cookies)
  • 【大模型ChatGPT+R-Meta】AI赋能R-Meta分析核心技术:从热点挖掘到高级模型、助力高效科研与论文发表“
  • jclasslib 与 BinEd 结合的二进制分析技术指南
  • Vue中自定义指令钩子详解
  • 数据库系统概论|第三章:关系数据库标准语言SQL—课程笔记6
  • git 查看用户信息
  • git pull报错error: cannot lock ref ‘refs/remotes/origin/feature/xxx
  • InferType和_checked_type的区别?
  • Qt/C++面试【速通笔记四】—Qt中的MVC模式
  • es2025新特性
  • 全开源、私有化部署!轻量级用户行为分析系统-ClkLog
  • 【JAVAFX】controller中反射调用@FXML的点击事件失败
  • 买新房可申领学位,广州南沙出台购房入学政策
  • 文化润疆|让新疆青少年成为“小小博物家”
  • 商务部:4月份以来的出口总体延续平稳增长态势
  • 校长套取学生伙食费设小金库,重庆通报6起违反八项规定典型问题
  • 仲裁法修订草案二审稿拟增加规定规制虚假仲裁
  • 辽宁省信访局副局长于江调任辽宁省监狱管理局局长