Add parallax and reveal effects + performances on transitions

This commit is contained in:
2020-02-17 22:38:51 +01:00
parent 0174ba08f2
commit 615182d6fb
12 changed files with 168 additions and 58 deletions

View File

@@ -84,7 +84,7 @@
background-color: $color-primary;
display: block;
z-index: 3;
transition: all 150ms ease-in-out;
transition: opacity 150ms $ease-inout;
}
}