Skip to content

Commit c54cef2

Browse files
committed
change sidebar animations
1 parent 837ebd2 commit c54cef2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css/navbar.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
.logo {
22
border-radius: 50%;
33
transform: rotate(180deg);
4-
transition: all 0.4s ease-in;
4+
transition: all 0.6s ease-out;
55
}
66
.logo.active {
77
transform: rotate(0deg);
8-
transition: all 0.8s ease-in;
8+
transition: all 0.6s ease-out;
99
}
1010
.image-container {
1111
padding: 15%;
@@ -107,7 +107,7 @@
107107
}
108108
#nav-columnar-menu.active {
109109
left: 0;
110-
transition: all 0.8s ease-out;
110+
transition: all 0.6s ease-out;
111111
}
112112

113113
.nav-element {

0 commit comments

Comments
 (0)