Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
receiver: don't display default SVG spinner when too slow
Browse files Browse the repository at this point in the history
It is a way to disable SVG animation...
  • Loading branch information
vincentbernat committed Aug 8, 2015
1 parent b1f960e commit e977d0a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/styles/receiver/loading.less
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
transform: translate3d(-150%, 0, 0);
.dk-fast-browser & {
transition: transform 0.5s;
& .branding-default {
display: block;
}
}
.branding-default {
display: none;
}

&.show {
Expand Down

0 comments on commit e977d0a

Please sign in to comment.