Enhance Code Consistency Across Repository with .editorconfig (#19023)
This commit is contained in:
parent
226afd4550
commit
bd1bbfee4b
274 changed files with 1271 additions and 1217 deletions
|
|
@ -13,15 +13,15 @@
|
|||
}
|
||||
|
||||
@keyframes drop {
|
||||
0% {
|
||||
transform: translateY(-4px);
|
||||
0% {
|
||||
transform: translateY(-4px);
|
||||
opacity: 0;
|
||||
}
|
||||
5% {
|
||||
transform: translateY(-4px);
|
||||
5% {
|
||||
transform: translateY(-4px);
|
||||
opacity: 1;
|
||||
}
|
||||
65% {
|
||||
65% {
|
||||
transform: translateY(2px);
|
||||
opacity: 1;
|
||||
}
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
transform: translateY(2px);
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
100% {
|
||||
transform: translateY(2px);
|
||||
opacity: 0;
|
||||
}
|
||||
|
|
@ -41,4 +41,4 @@
|
|||
|
||||
#downloadingIconArrow {
|
||||
animation: drop 1.2s cubic-bezier(0.4, 0, 1, 1) infinite;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue