前端手册-实现挂坠灯笼效果

Unity3D特效百例案例项目实战源码Android-Unity实战问题汇总
游戏脚本-辅助自动化Android控件全解手册再战Android系列
Scratch编程案例软考全系列Unity3D学习专栏
蓝桥系列ChatGPT和AIGC

👉关于作者

专注于Android/Unity和各种游戏开发技巧,以及各种资源分享(网站、工具、素材、源码、游戏等)
有什么需要欢迎底部卡片私我,获取更多支持,交流让学习不再孤单

芝麻粒儿-空名先生

👉实践过程

在这里插入图片描述

<!DOCTYPE html>
<html>
<style>
@media screen and (max-width: 600px) {body > * {font-size: 1.5em;}
}
#sect {width: 60vw;height: 20vh;padding: 1em;text-align: center;vertical-align: middle;display: block;position: relative;perspective: 600px;
}
#sect ul {display: block;top: 0;left: 0;right: 0;bottom: 0;width: 60%;height: 20%;transition: all 1.6666666667s;transform-style: preserve-3d;transform: translateZ(-40vmax) translateX(-20vw) rotateY(0deg);position: absolute;
}
#toggle:checked + #sect ul {transform: translateZ(-20em) translateX(0vw) rotateY(50deg);
}
#sect li {display: inline-block;position: absolute;font-size: 3em;margin-left: -5em;transition: all 1s;opacity: 1;color: #FF0000;transform-origin: center -100vmax;-webkit-animation: pendulum ease-in-out infinite alternate 5s;animation: pendulum ease-in-out infinite alternate 5s;
}
#sect li:before {content: "";position: absolute;bottom: 100%;width: 1px;box-shadow: 0 0 0 0.01em #00FF00;height: 25em;left: 50%;background-color: #00FF00;
}
#sect li:nth-of-type(0) {left: 0em;-webkit-animation-delay: -0s;animation-delay: -0s;
}
#sect li:nth-of-type(1) {left: 2.5em;-webkit-animation-delay: -0.1s;animation-delay: -0.1s;
}
#sect li:nth-of-type(2) {left: 5em;-webkit-animation-delay: -0.2s;animation-delay: -0.2s;
}
#sect li:nth-of-type(3) {left: 7.5em;-webkit-animation-delay: -0.3s;animation-delay: -0.3s;
}
#sect li:nth-of-type(4) {left: 10em;-webkit-animation-delay: -0.4s;animation-delay: -0.4s;
}
#sect li:nth-of-type(5) {left: 12.5em;-webkit-animation-delay: -0.5s;animation-delay: -0.5s;
}
#sect li:nth-of-type(6) {left: 15em;-webkit-animation-delay: -0.6s;animation-delay: -0.6s;
}
#sect li:nth-of-type(7) {left: 17.5em;-webkit-animation-delay: -0.7s;animation-delay: -0.7s;
}
#sect li:nth-of-type(8) {left: 20em;-webkit-animation-delay: -0.8s;animation-delay: -0.8s;
}
#sect li:nth-of-type(9) {left: 22.5em;-webkit-animation-delay: -0.9s;animation-delay: -0.9s;
}
#sect li:nth-of-type(10) {left: 25em;-webkit-animation-delay: -1s;animation-delay: -1s;
}
#sect li:nth-of-type(11) {left: 27.5em;-webkit-animation-delay: -1.1s;animation-delay: -1.1s;
}@-webkit-keyframes pendulum {from {transform: translateY(10vh) rotateX(-4deg);}to {transform: translateY(15vh) rotateX(5deg);}
}@keyframes pendulum {from {transform: translateY(10vh) rotateX(-4deg);}to {transform: translateY(15vh) rotateX(5deg);}
}</style>
<input type="checkbox" id="toggle" checked />
<section id="sect" width:20% height:20%><ul><li>芝麻</li><li>粒儿</li></ul>
</section>
</body>
</html>

👉其他

📢作者:小空和小芝中的小空
📢转载说明-务必注明来源:https://zhima.blog.csdn.net/
📢这位道友请留步☁️,我观你气度不凡,谈吐间隐隐有王者霸气💚,日后定有一番大作为📝!!!旁边有点赞👍收藏🌟今日传你,点了吧,未来你成功☀️,我分文不取,若不成功⚡️,也好回来找我。

温馨提示点击下方卡片获取更多意想不到的资源。
空名先生

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.hqwc.cn/news/525835.html

如若内容造成侵权/违法违规/事实不符,请联系编程知识网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

ChatGPT发不出消息?GPT发不出消息怎么办?

前言 今天发现&#xff0c;很多人的ChatGPT无法发送信息&#xff0c;我就登陆看一下自己的GPT的情况&#xff0c;结果还真的无法发送消息&#xff0c;ChatGPT 无法发送消息&#xff0c;但是能查看历史的对话&#xff0c;不过通过下面的方法解决了。 第一时间先打开官方的网站&a…

Facebook广告必坑指南

不明确的目标&#xff1a; 在开始广告活动之前&#xff0c;确保你清楚自己的广告目标。是想提高品牌知名度、促进销售、还是增加网站流量&#xff1f;明确的目标有助于指导广告内容和策略。 忽视目标受众定位&#xff1a; 确定你的目标受众是关键的。使用Facebook广告管理工具…

[2024-03-09 19:55:01] [42000][1067] Invalid default value for ‘create_time‘【报错】

这个错误可能是因为你的 MySQL 数据库版本不支持 CURRENT_TIMESTAMP 作为默认值。在一些早期版本中&#xff0c;MySQL 对 TIMESTAMP 类型字段的默认值设置有限制&#xff0c;只允许使用特定的常量值&#xff08;如 0000-00-00 00:00:00 或 CURRENT_TIMESTAMP()&#xff09;。如…

Mybaties-Plus saveBatch()、自定义批量插入、多线程批量插入性能测试和对比

一.背景 最近在做一个项目的时候&#xff0c;由于涉及到需要将一个系统的基础数据全量同步到另外一个系统中去&#xff0c;结果一看&#xff0c;基础数据有十几万条&#xff0c;作为小白的我&#xff0c;使用单元测试&#xff0c;写了一段代码&#xff0c;直接采用了MP(Mybati…

挑战杯 基于生成对抗网络的照片上色动态算法设计与实现 - 深度学习 opencv python

文章目录 1 前言1 课题背景2 GAN(生成对抗网络)2.1 简介2.2 基本原理 3 DeOldify 框架4 First Order Motion Model5 最后 1 前言 &#x1f525; 优质竞赛项目系列&#xff0c;今天要分享的是 &#x1f6a9; 基于生成对抗网络的照片上色动态算法设计与实现 该项目较为新颖&am…

laravel-admin 头部添加操作

新建html 样式及js namespace App\Admin\Extensions\Nav;class Links {public function __toString(){return <<<HTML<li><a href"" οnclick"js_method();return false;"><i class"fa fa-floppy-o"></i><s…

解读BOT攻击,探索灵活高效的防护之道

回顾早期的互联网应用&#xff0c;由于业务流量比较小&#xff0c;往往单台服务器就能满足负载需求。随着互联网的流量越来越大&#xff0c;单服务器已经不能满足业务需求&#xff0c;无论它优化得再好&#xff0c;都较难承受大量的访问压力。支持负载均衡的技术很多&#xff0…

RocketMQ-存储与弹性伸缩

存储与弹性伸缩 一、介绍二、存储架构图1.CommitLog2.ConsumeQueue3.IndexFile 三、消息读写流程1.写入流程1.1 获取Topic元数据1.2 消息投递1.3 消息写入 2.读取流程2.1 获取Topic元数据2.2 消息拉取2.3 消息消费 四、消息持久化1.页缓存2.刷盘2.1 同步刷盘2.2 异步刷盘 五、集…

大路灯哪个牌子好?不同价位“卷王”级别大路灯推荐

身为一名专业的测评员&#xff0c;多年来见过很多因错用不专业大路灯而伤眼的案例&#xff0c;像眼睛疲劳、视力下降等很是普遍。大路灯本是备受用户喜爱的照明工具&#xff0c;之所以存在伤眼的负面争议&#xff0c;各类不专业产品就是罪魁祸首!它们的问题可不仅仅是选用材料差…

git命令行提交——github

1. 克隆仓库至本地 git clone 右键paste&#xff08;github仓库地址&#xff09; cd 仓库路径&#xff08;进入到仓库内部准备提交文件等操作&#xff09; 2. 查看main分支 git branch&#xff08;列出本地仓库中的所有分支&#xff09; 3. 创建新分支&#xff08;可省…

MySQL--优化(索引)

MySQL–优化&#xff08;索引篇&#xff09; 定位慢查询SQL执行计划索引 存储引擎索引底层数据结构聚簇和非聚簇索引索引创建原则索引失效场景 SQL优化经验 索引 索引&#xff08;index&#xff09;是帮助 MySQL 高效获取数据的数据结构&#xff08;有序&#xff09;。在数据…

SQL语句

库、表、记录的概念 库&#xff08;Database&#xff09;&#xff1a;库是一个容器&#xff0c;用于存储表和其他对象&#xff08;如视图、存储过程等&#xff09; 表&#xff08;Table&#xff09;&#xff1a;表是一个由列和行组成的矩阵&#xff0c;其中每列都定义了表中的…