* Little Bug Fixes All Around

This commit is contained in:
Max G
2020-04-15 20:44:24 +00:00
parent 71f909fb76
commit d91b0735fd
4 changed files with 18 additions and 19 deletions

View File

@@ -514,18 +514,18 @@
linear-gradient(to right, #21BA45 50%, #21BA45 100%), /* BottomLeft to Right*/
linear-gradient(to bottom, #21BA45 50%, #21BA45 100%); /* TopLeft to Bottom */
/*Initial state, no BG*/
background-size: 0 3px, 3px 0, 0 3px, 3px 0;
background-size: 0 4px, 4px 0, 0 4px, 4px 0;
}
15% {
10% {
/*Middre state, some filled */
background-size: 100% 3px, 3px 0, 100% 3px, 3px 0;
background-size: 100% 4px, 4px 0, 100% 4px, 4px 0;
}
20% {
/*final state, all filled */
background-size: 100% 4px, 4px 100%, 100% 4px, 4px 100%;
}
30% {
/*final state, all filled */
background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
}
45% {
background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
background-size: 100% 4px, 4px 100%, 100% 4px, 4px 100%;
background-image:
linear-gradient(to right, #21BA45 50%, #21BA45 100%), /* TopLeft to Right */
linear-gradient(to bottom, #21BA45 50%, #21BA45 100%), /* TopRight to Bottom */
@@ -547,7 +547,7 @@
background-repeat: no-repeat;
background-size: 100% 0, 0 100%, 100% 0, 0 100%;
background-position: 0 0, 100% 0, 100% 100%, 0 100%;
animation: bgin 2s cubic-bezier(0.19, 1, 0.22, 1) 1;
animation: bgin 4s cubic-bezier(0.19, 1, 0.22, 1) 1;
}
</style>