FIX UI
This commit is contained in:
@@ -16,7 +16,7 @@ export class HomeComponent implements OnInit, AfterViewInit, OnDestroy {
|
|||||||
@ViewChild('particleContainer') particleContainer!: ElementRef;
|
@ViewChild('particleContainer') particleContainer!: ElementRef;
|
||||||
|
|
||||||
private particles: Particle[] = [];
|
private particles: Particle[] = [];
|
||||||
private particleCount = 100;
|
private particleCount = 20;
|
||||||
private animationFrameId: number | null = null;
|
private animationFrameId: number | null = null;
|
||||||
|
|
||||||
constructor(private seoService: SeoService, private ngZone: NgZone) { }
|
constructor(private seoService: SeoService, private ngZone: NgZone) { }
|
||||||
|
|||||||
Reference in New Issue
Block a user