docs: remove logo animation
This commit is contained in:
parent
ebd927ae79
commit
77e1c8a869
|
|
@ -26,101 +26,3 @@ a.sidebar-link {
|
|||
a {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.rsshub {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border-radius: 30%;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
margin: 0 auto 20px;
|
||||
}
|
||||
.circle {
|
||||
border-radius: 50%;
|
||||
position: absolute;
|
||||
left: 2.6%;
|
||||
bottom: 2.6%;
|
||||
width: 43px;
|
||||
height: 43px;
|
||||
}
|
||||
.circle1 {
|
||||
background: #FFD6A6;
|
||||
animation: a1 3s linear infinite;
|
||||
z-index: 0;
|
||||
}
|
||||
.circle2 {
|
||||
background: #FF8549;
|
||||
animation: a2 3s linear infinite;
|
||||
z-index: 1;
|
||||
}
|
||||
.circle3 {
|
||||
background: #FF2800;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@keyframes a1 {
|
||||
0% {
|
||||
transform: scale(1);
|
||||
}
|
||||
20% {
|
||||
transform: scale(2.5);
|
||||
}
|
||||
40% {
|
||||
transform: scale(5);
|
||||
}
|
||||
75% {
|
||||
opacity: 1;
|
||||
}
|
||||
95% {
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
transform: scale(5);
|
||||
opacity: 0;
|
||||
}
|
||||
// 60% {
|
||||
// transform: scale(5);
|
||||
// }
|
||||
// 70% {
|
||||
// transform: scale(2.5);
|
||||
// }
|
||||
// 80% {
|
||||
// transform: scale(1);
|
||||
// }
|
||||
// 100% {
|
||||
// transform: scale(1);
|
||||
// }
|
||||
}
|
||||
@keyframes a2 {
|
||||
0% {
|
||||
transform: scale(1);
|
||||
}
|
||||
20% {
|
||||
transform: scale(2.5);
|
||||
}
|
||||
40% {
|
||||
transform: scale(2.5);
|
||||
}
|
||||
75% {
|
||||
opacity: 1;
|
||||
}
|
||||
95% {
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
transform: scale(2.5);
|
||||
opacity: 0;
|
||||
}
|
||||
// 60% {
|
||||
// transform: scale(2.5);
|
||||
// }
|
||||
// 70% {
|
||||
// transform: scale(2.5);
|
||||
// }
|
||||
// 80% {
|
||||
// transform: scale(1);
|
||||
// }
|
||||
// 100% {
|
||||
// transform: scale(1);
|
||||
// }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,12 +2,9 @@
|
|||
sidebar: auto
|
||||
---
|
||||
|
||||
<!-- <img src="https://i.imgur.com/mT3BrHk.gif" alt="RSSHub" width="100"> -->
|
||||
<div class="rsshub">
|
||||
<span class="circle circle1"></span>
|
||||
<span class="circle circle2"></span>
|
||||
<span class="circle circle3"></span>
|
||||
</div>
|
||||
<p align="center">
|
||||
<img src="https://i.imgur.com/NZpRScX.png" alt="RSSHub" width="100">
|
||||
</p>
|
||||
<h1 align="center" class="logo">RSSHub</h1>
|
||||
|
||||
> 🍰 万物皆可 RSS
|
||||
|
|
|
|||
Loading…
Reference in New Issue