ngx-blurred-image is an angular component to implement the slow loading of the progress-inspired medium image with a blurry effect.
npm blur page while loading, angular lazy loading with blurred image effect, blur background while loading css, image loading effect, image loading placeholder
How to make use of it:
Installation
npm i ngx-blurred-image
Import module:
import { BlurredImageComponent } from 'ngx-blurred-image/components'; @NgModule({ declarations: [ BlurredImageComponent ] })
Usage
<div blurred-image [small]="base64" preview="/assets/img/annie-spratt-419262-preview.jpg" [size]="{width: 880, height: 587}" ></div>
Properties
name | type | description |
---|---|---|
small | string | Thumbnail image in base64 format. |
preview | string | Path to the full-size image. |
size | object | Width and height of the container with the image. |
delay | number | The delay in ms before showing the image. |
Try Scrolling on the Motion Blur Written in TypeScript Website
Loading Images With Blur Effect, ngx-blurred-image Plugin/Github, blur up image loading react, progressive image loading js
See Demo And Download
Official Website(drozhzhin-n-e): Click Here
This superior jQuery/javascript plugin is developed by drozhzhin-n-e. For extra advanced usage, please go to the official website.