Skip to content

Commit

Permalink
Merge pull request #106 from Human-Connection/100-optimize-animations
Browse files Browse the repository at this point in the history
100 optimize animations
  • Loading branch information
matboehm authored Feb 24, 2021
2 parents 0400f8f + d0b1d89 commit a6722e4
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 292 deletions.
7 changes: 4 additions & 3 deletions coc/assets/css/cocold.css
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
padding: 6px;
background-color: #303030;
margin: 0 1px;
opacity: 0;
opacity: 1;


}
Expand All @@ -378,7 +378,7 @@

background-color: #303030;
margin: 0 3px;
opacity: 0;
opacity: 1;
padding: 12px;

}
Expand Down Expand Up @@ -875,6 +875,7 @@ div {

opacity: 1;
/* opacity was 0!!!!!!!!!!! */
transition: 0.2s;
}

#clock-xs .number {
Expand Down Expand Up @@ -1250,4 +1251,4 @@ div {
height: 100px;
line-height: 100px;
font-size: 0;
}
}
1 change: 1 addition & 0 deletions coc/assets/images/HC-World.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a6722e4

Please sign in to comment.