2.0.1 • Published 7 years ago
ngx-particlesjs v2.0.1
ngx-particles.js
A lightweight particle backgrounds plugin for Angular
Install
# npm install ngx-particlesjs --saveUsually
used on templates
<ngx-particle [total]="total" [default_height]="300" [default_width]="300" [args]="args"></ngx-particle>Defining components
export class AppComponent {
total = 150;
args = {
speed: 'fast',
size: 1.2
}
}@Input Attributes
totalparticle number, default150default_widthdefault stage widthdefault_heightdefault stage heightargs(not necessary)speedparticle motion speed, defaultnormal, you can setfastnormalslow, can also be customized[2,2], the higher the value, the slower the motionsizeparticle size