This commit is contained in:
Luca J
2019-06-09 02:37:58 +02:00
parent ac87de7e1c
commit ec445db780
4 changed files with 37 additions and 126 deletions

View File

@@ -95,7 +95,7 @@ html,body{
opacity: 0.09;
transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1000ms;
}
&.appear{
&.appear{
opacity: 1;
transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1000ms;
}