Improve calendar

This commit is contained in:
2021-02-02 11:17:46 +01:00
parent fafb5730fe
commit 31611d8ddd
+3 -3
View File
@@ -250,7 +250,7 @@ export class AgendaPage implements OnInit {
this.viewDate = new Date(formatDate(ev,'yyyy-MM-dd', 'pt')); this.viewDate = new Date(formatDate(ev,'yyyy-MM-dd', 'pt'));
// calendar change date // calendar change date
this.eventSelectedDate = new Date(ev); this.eventSelectedDate = new Date(ev);
this.centralizeTimeline(1000); this.centralizeTimeline(500);
}; };
// changedate // changedate
@@ -372,7 +372,7 @@ export class AgendaPage implements OnInit {
this.showLoader = false; this.showLoader = false;
this.showTimeline = true; this.showTimeline = true;
this.centralizeTimeline(1000); this.centralizeTimeline(500);
}); });
@@ -415,7 +415,7 @@ export class AgendaPage implements OnInit {
this.showLoader = false; this.showLoader = false;
this.showTimeline = true; this.showTimeline = true;
this.centralizeTimeline(1000); this.centralizeTimeline(500);
}); });
} }