event addClass when in view fonctionne mais animation non
This commit is contained in:
@@ -144,19 +144,19 @@ $dropdown-color: #f6f6f6;
|
||||
-webkit-backface-visibility: hidden;
|
||||
|
||||
|
||||
&:before, &:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: $core-accent;
|
||||
visibility: hidden;
|
||||
@include transform(scaleX(0));
|
||||
@include transition(all 0.2s ease);
|
||||
|
||||
}
|
||||
// &:before, &:after {
|
||||
// content: "";
|
||||
// position: absolute;
|
||||
// width: 100%;
|
||||
// height: 1px;
|
||||
// bottom: 0;
|
||||
// left: 0;
|
||||
// background-color: $core-accent;
|
||||
// visibility: hidden;
|
||||
// @include transform(scaleX(0));
|
||||
// @include transition(all 0.2s ease);
|
||||
//
|
||||
// }
|
||||
|
||||
&:hover:before {
|
||||
visibility: visible;
|
||||
|
||||
Reference in New Issue
Block a user