Skip to content

Commit

Permalink
Refactor pulsing beacon
Browse files Browse the repository at this point in the history
  • Loading branch information
antstorm committed Jul 30, 2015
1 parent 26fd9a2 commit 33dca58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions web/assets/javascripts/dashboard.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions web/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ div.interval-slider input {
z-index: 10;
}

.beacon .dot.pulse {
.beacon.pulse .dot {
-webkit-animation: beacon-dot-pulse 1s ease-out;
-moz-animation: beacon-dot-pulse 1s ease-out;
animation: beacon-dot-pulse 1s ease-out;
Expand Down Expand Up @@ -573,7 +573,7 @@ div.interval-slider input {
z-index: 5;
}

.beacon .ring.pulse {
.beacon.pulse .ring {
-webkit-animation: beacon-ring-pulse 1s;
-moz-animation: beacon-ring-pulse 1s;
animation: beacon-ring-pulse 1s;
Expand Down

0 comments on commit 33dca58

Please sign in to comment.