Fixed laggy menu appearance
This commit is contained in:
@ -181,8 +181,8 @@ h2 {
|
||||
/* animation */
|
||||
|
||||
.appear {
|
||||
-webkit-transition: all 0.3s;
|
||||
transition: all 0.3s;
|
||||
-webkit-transition: all 1s;
|
||||
transition: all 1s;
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(20px);
|
||||
transform: translateY(20px);
|
||||
|
Reference in New Issue
Block a user