Skip to content

Commit

Permalink
fix(ui): unify loading animations in map export panel
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksueiR committed Apr 21, 2015
1 parent 33e2b4b commit 0b8d23c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions site/pages/ramp.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,7 @@
<h3>{{t "mapExport.error.generalTitle"}}</h3>
<p>{{t "mapExport.error.generalMessage"}}</p>
</section>
<div class="sk-spinner sk-spinner-chasing-dots">
<div class="sk-dot1"></div>
<div class="sk-dot2"></div>
</div>
<span class="wb-inv">{{t "mapExport.loading"}}</span>
{{>loadingsimple}}
</div>
<div class="map-export-image">
<img src="data:image/gif;base64,R0lGODlhAQABAAAAACwAAAAAAQABAAA=" alt="">
Expand Down
2 changes: 1 addition & 1 deletion src/css/effects/animation-effects.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
width: 3px;

.dot-animation (@keyframe) {
animation: 5s cubic-bezier(0.03, 0.615, 0.995, 0.415) 0s normal both infinite @keyframe;
animation: 4s cubic-bezier(0.03, 0.615, 0.995, 0.415) 0s normal both infinite @keyframe;
}

.default-keyframes() {
Expand Down

0 comments on commit 0b8d23c

Please sign in to comment.