mirror of
https://github.com/thepaperpilot/The-Modding-Tree.git
synced 2025-03-14 18:11:38 +00:00
Sped up the progress bar animation a bit
This commit is contained in:
parent
624df5cb8f
commit
b6aee3d23b
1 changed files with 2 additions and 0 deletions
|
@ -212,6 +212,8 @@ h1, h2, h3, b, input {
|
|||
overflow: hidden;
|
||||
margin-left: -0.5px;
|
||||
transition-property: clip-path;
|
||||
transition-duration: .25s;
|
||||
transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
|
||||
}
|
||||
|
||||
.overlayText {
|
||||
|
|
Loading…
Add table
Reference in a new issue