ngx-snowf
Version:
Snowfall component for React -- Let it snow on your page! ❄
20 lines • 672 B
HTML
<Snowf
[amount]="amount"
[size]="size"
[speed]="speed"
[wind]="wind"
[color]="color"
[opacity]="opacity"
[swing]="swing"
[image]="image"
[zIndex]="zIndex"
></Snowf>
<button (click)="changeColor()">change_color</button>
<button (click)="changeAmount()">change_amount</button>
<button (click)="changeSize()">change_size</button>
<button (click)="changeSpeed()">change_speed</button>
<button (click)="changeWind()">change_wind</button>
<button (click)="changeOpacity()">change_opacity</button>
<button (click)="changeSwing()">change_swing</button>
<button (click)="changeImage()">change_image</button>
<button (click)="changeZindex()">change_zindex</button>