Added more stuff for future version of the library

This commit is contained in:
RemixDev
2020-08-16 01:34:55 +02:00
parent 94c4ca00a3
commit 5f2488846b
7 changed files with 17 additions and 7 deletions

View File

@@ -14,8 +14,8 @@
left: 0;
bottom: 0;
background-color: var(--accent-color);
-webkit-transition: width 0.1s linear;
transition: width 0.1s linear;
-webkit-transition: width 0.3s linear;
transition: width 0.3s linear;
}
.converting {