Skip to content

Commit 0ef0c28

Browse files
authored
Merge pull request #860 from ZeeCoder/852-fade-in-animation
Replaced the animation for song items to fade-in. #852
2 parents 3175946 + b3a8840 commit 0ef0c28

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

app/public/stylesheets/sass/_components/_songlist.scss

+3-5
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,10 @@
4646
height: 100%;
4747
background: rgba(0, 0, 0, 0.8);
4848
text-align: center;
49-
transition: all 150ms linear;
50-
-webkit-transform: scale(0);
49+
transition: all 150ms;
5150
opacity: 0;
52-
align-items: center;
53-
justify-content: center;
51+
align-items: center;
52+
justify-content: center;
5453

5554
& .fa:last-child {
5655
display: none;
@@ -63,7 +62,6 @@
6362

6463
li.active {
6564
& .songList_item_song_button {
66-
-webkit-transform: scale(1);
6765
opacity: 1;
6866
}
6967
}

0 commit comments

Comments
 (0)