implement wheel scroll on featured artists.

add next-prev buttons too
This commit is contained in:
geoffrey45
2021-12-10 16:10:06 +03:00
parent a96b76748f
commit 43c1f70380
7 changed files with 129 additions and 81 deletions
+2 -2
View File
@@ -152,7 +152,7 @@
width: 5em;
background-color: $blue;
border-radius: $small;
transition: transform 0.5s;
transition: transform 1s;
}
.p-header .info .albums .first {
@@ -185,7 +185,7 @@
}
.p-header .info .albums .item:hover {
transition: transform 1s;
transition: transform .5s;
transform: scale(1.5);
cursor: pointer;
z-index: 3;