Skip to content

Commit

Permalink
Merge pull request mozilla-b2g#16767 from vingtetun/bug978565
Browse files Browse the repository at this point in the history
Bug 978565 - Add will-change css rule to the homescreen. r=bgirard
  • Loading branch information
vingtetun committed Mar 2, 2014
2 parents 6a566e8 + 23d6550 commit 6d7248e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/homescreen/style/grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

/* collection is opened, homescreen apps are faded out */
transition: opacity 200ms linear;

will-change: transform, opacity;
}

.apps ol > li {
Expand Down

0 comments on commit 6d7248e

Please sign in to comment.