Browse Source

speedup initial appearence of concernements #2390

bach 6 months ago
parent
commit
3680dc6cf7
1 changed files with 1 additions and 1 deletions
  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;
         }