Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 926587 - [B2G][Clock][Stopwatch] Choppy transition animation goin…
Browse files Browse the repository at this point in the history
…g to Stopwatch from Timer or Alarm - r=jugglinmike

- Implements a temporary workaround while waiting for Bug 921317 to be resolved in the platform
  • Loading branch information
gnarf committed Oct 23, 2013
1 parent 8420bbc commit af77086
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/clock/style/views.css
Expand Up @@ -64,7 +64,9 @@
}
}
@keyframes slide-in-right {
from {
/* This tiny percentage is a temporary workaround for Bug 921317
* please switch this back to `from` whenever that bug is solved! */
0.00001% {
transform: translateX(100%);
}
to {
Expand Down

0 comments on commit af77086

Please sign in to comment.