Press "Enter" to skip to content

AngularX Loading Images With Blur Effect Component | ngx-blurred-image

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

nametypedescription
smallstringThumbnail image in base64 format.
previewstringPath to the full-size image.
sizeobjectWidth and height of the container with the image.
delaynumberThe 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.

Be First to Comment

    Leave a Reply

    Your email address will not be published. Required fields are marked *