mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Make TachiAZ page more like AZ (#220)
This commit is contained in:
parent
3f8138c9c5
commit
9204c0cc18
@ -24,6 +24,9 @@ sidebar: false
|
||||
width: fit-content;
|
||||
animation: wiggleAnim 1s ease-out infinite;
|
||||
}
|
||||
.textWiggle:hover {
|
||||
animation: doABarrelRoll .6s;
|
||||
}
|
||||
.bigText {
|
||||
font-family: "Comic Sans MS", "Comic Sans", cursive;
|
||||
font-size: 2em;
|
||||
@ -46,6 +49,10 @@ sidebar: false
|
||||
0% {transform: translate(0, 0);}
|
||||
100% {transform: translate(-100%, 0);}
|
||||
}
|
||||
@keyframes doABarrelRoll {
|
||||
from {transform:rotate(0deg)}
|
||||
to {transform:rotate(360deg)}
|
||||
}
|
||||
@keyframes wiggleAnim {
|
||||
0% {transform: rotate(0deg)}
|
||||
25% {transform: rotate(-15deg)}
|
||||
|
Loading…
Reference in New Issue
Block a user