animation system

This commit is contained in:
Will McGugan
2021-12-20 14:25:56 +00:00
parent bd1ebc5fe2
commit 129015dea6
6 changed files with 74 additions and 24 deletions

View File

@@ -12,7 +12,7 @@ App > View {
layer: panels;
border-right: outer #09312e;
offset-x: -100%;
transition: offset-x 1.2s in_cubic 200ms, offset-y 1s linear;
transition: offset 1.2s in_cubic 200ms;
}
#sidebar.-active {