1
0
Fork 0
mirror of https://github.com/thepaperpilot/The-Modding-Tree.git synced 2025-03-14 10:01:47 +00:00

Sped up the progress bar animation a bit

This commit is contained in:
thepaperpilot 2021-05-09 23:27:55 -05:00
parent 624df5cb8f
commit b6aee3d23b

View file

@ -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 {