1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update artist queries

This commit is contained in:
Luke Pulverenti 2016-05-18 01:34:10 -04:00
parent 3685bd3766
commit 30d9d031ae
5 changed files with 20 additions and 13 deletions

View file

@ -32,6 +32,10 @@
var elem = button.querySelector('.pageTabButtonSelectionBar');
if (!elem) {
return;
}
var keyframes = [
{ transform: 'translate3d(-100%, 0, 0)', offset: 0 },
{ transform: 'none', offset: 1 }];