use 100ms for zoom animation
This commit is contained in:
parent
ac00743cb8
commit
fa0d3baf0b
1 changed files with 3 additions and 0 deletions
|
@ -49,11 +49,14 @@
|
|||
|
||||
.navLink:hover {
|
||||
transform: scale(1.2);
|
||||
transition: transform 100ms linear;
|
||||
}
|
||||
|
||||
.dropdown:hover {
|
||||
.navLink {
|
||||
// trnsform to 1.2 in 100ms linear
|
||||
transform: scale(1.2);
|
||||
transition: transform 100ms linear;
|
||||
}
|
||||
.dropdown-content {
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Reference in a new issue