From 1e346c9e72c04dc4d4dfa060a78abe6b167ef564 Mon Sep 17 00:00:00 2001 From: Piotr Pekala Date: Fri, 2 Aug 2019 01:03:44 -0700 Subject: [PATCH] Breaktime reduced for demo --- .../components/notification-box/notification-box.component.ts | 2 +- src/app/components/project-map/project-map.component.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/components/notification-box/notification-box.component.ts b/src/app/components/notification-box/notification-box.component.ts index 5f466442..34dc7b13 100644 --- a/src/app/components/notification-box/notification-box.component.ts +++ b/src/app/components/notification-box/notification-box.component.ts @@ -18,7 +18,7 @@ export class NotificationBoxComponent implements OnInit, OnDestroy { interval = 10; delayTime: number = 0; - breakTime: number = 1000; + breakTime: number = 20; isEndless: boolean = true; numberOfViews: number = 1; diff --git a/src/app/components/project-map/project-map.component.html b/src/app/components/project-map/project-map.component.html index 42cbcd30..bd758805 100644 --- a/src/app/components/project-map/project-map.component.html +++ b/src/app/components/project-map/project-map.component.html @@ -102,11 +102,11 @@ -
+