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

【CSS3】录音中。。。

在这里插入图片描述
ai写的这个动画效果感觉是真不错,记录下来

<divv-if="recordText.includes('录音中')"class="recording-popup"flexflex-colitems-centerjustify-center><div class="recording-animation"><div class="recording-wave"></div><div class="recording-wave"></div><div class="recording-wave"></div></div><div mt-2 text-white>{{ recordText }}</div></div>
/* 录音悬浮小窗样式 */
.recording-popup {position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);background-color: rgba(0, 0, 0, 0.7);border-radius: 12px;padding: 15px;z-index: 1000;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);width: 120px;height: 120px;
}.recording-animation {position: relative;width: 60px;height: 60px;display: flex;align-items: center;justify-content: center;
}.recording-wave {position: absolute;width: 60px;height: 60px;border: 2px solid #ff4d4f;border-radius: 50%;animation: recording-wave-animation 1.5s infinite;
}.recording-wave:nth-child(2) {animation-delay: 0.5s;
}.recording-wave:nth-child(3) {animation-delay: 1s;
}@keyframes recording-wave-animation {0% {transform: scale(0.5);opacity: 1;}100% {transform: scale(1.5);opacity: 0;}
}
http://www.xdnf.cn/news/1287541.html

相关文章:

  • 【oracle闪回查询】记录字段短时间被修改的记录
  • 【AI绘画】Stable Diffusion webUI 常用功能使用技巧
  • css之再谈浮动定位float(深入理解篇)
  • react+vite来优化下每次使用hook函数都要引入的情况
  • React (react-amap)高德地图使用(加标记、缩放、缩略图)
  • 荣耀手机无法连接win11电脑,错误消息:“无法在此设备上加载驱动程序 (hn_usbccgpfilter.sys)。”解决方案
  • OBOO鸥柏丨智能会议平板教学查询一体机交互式触摸终端招标投标核心标底参数要求
  • SQL Server增加对UTF-8的支持
  • Baumer高防护相机如何通过YoloV8深度学习模型实现纸箱的实时检测计数(C#代码UI界面版)
  • 谷歌ADK接入文件操作MCP
  • 力扣47:全排列Ⅱ
  • 基于Python的《红楼梦》文本分析与机器学习应用
  • 力扣 hot100 Day71
  • vivo Pulsar 万亿级消息处理实践(2)-从0到1建设 Pulsar 指标监控链路
  • [激光原理与应用-254]:理论 - 几何光学 - 自动对焦的原理
  • 数据结构:中缀到后缀的转换(Infix to Postfix Conversion)
  • Flutter GridView的基本使用
  • Java 工厂方法模式
  • 【项目设计】高并发内存池
  • 北京-4年功能测试2年空窗-报培训班学测开-第七十四天-线下面试-聊的很满意但可能有风险-等信吧
  • cuda排序算法--双调排序(Bitonic_Sort)
  • web前端第二次作业
  • 开发避坑指南(23):Tomcat高版本URL特殊字符限制问题解决方案(RFC 7230 RFC 3986)
  • TF-IDF:信息检索与文本挖掘的统计权重基石
  • 多奥电梯智能化解决方案的深度解读与结构化总结,内容涵盖系统架构、功能模块、应用场景与社会价值四大维度,力求全面展示该方案的技术先进性与应用前景。
  • Agent智能体基础
  • vue3大事件
  • Linux随记(二十二)
  • 本地(macOS)和服务器时间不同步导致的 Bug排查及解决
  • 从裸机到云原生:Linux 操作系统实战进阶的“四维跃迁”