Skip to content

Commit

Permalink
Merge pull request mozilla-b2g#14550 from dominickuo/bug-945464
Browse files Browse the repository at this point in the history
Bug 945464 - [music] add will-animate to music app, r=dominickuo
  • Loading branch information
dominickuo committed Dec 11, 2013
2 parents 7a2ccae + 51857b6 commit 0985280
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/music/style/music.css
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ body.picker-mode #title-player {
overflow-x: hidden;
overflow-y: auto;
background-color: #0E1214;
will-animate: scroll;
}

#views-tiles {
Expand Down Expand Up @@ -338,6 +339,7 @@ body.picker-mode #title-player {
height: calc(100% - 8rem);
overflow-x: hidden;
overflow-y: auto;
will-animate: scroll;
}

#views-sublist-header-image,
Expand Down

0 comments on commit 0985280

Please sign in to comment.