portfolio : meileures lignes pour les transitions
This commit is contained in:
parent
29726495dc
commit
9f2c84f8dc
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #ff66ff;
|
color: #ff66ff;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
transition: color 0.1s;
|
transition: all 0.1s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
a::before {
|
a::before {
|
||||||
|
@ -81,7 +81,7 @@ a::before {
|
||||||
left: 0;
|
left: 0;
|
||||||
background-color: #ff66ff;
|
background-color: #ff66ff;
|
||||||
transform: scaleY(0.1);
|
transform: scaleY(0.1);
|
||||||
transition: transform 0.1s ease-out;
|
transition: all 0.1s ease-out;
|
||||||
transform-origin: bottom;
|
transform-origin: bottom;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue