Explorar o código

speedup initial appearence of concernements #2390

bach hai 1 ano
pai
achega
3680dc6cf7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/ConcernementMapItem.vue

+ 1 - 1
src/components/ConcernementMapItem.vue

@@ -2434,7 +2434,7 @@ export default {
       // fadein intro
       if(!this.mapitem.clone){
         if (this.paper_main_object.opacity < 9) {
-          this.paper_main_object.opacity = this.paper_main_object.opacity * 1.04;
+          this.paper_main_object.opacity = this.paper_main_object.opacity * 1.1;
         } else{
           this.paper_main_object.opacity = 1;
         }