react-progress-loading
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -42,4 +42,4 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
transition: 'all 5s ease', | ||
filter: 'blur(2rem)', | ||
webkitFilter: 'blur(2rem)' | ||
filter: 'blur(1rem)', | ||
WebkitFilter: 'blur(1rem)' | ||
}, | ||
@@ -46,0 +46,0 @@ bigImage: { |
@@ -39,4 +39,4 @@ import React, { useRef } from 'react'; | ||
transition: 'all 5s ease', | ||
filter: 'blur(2rem)', | ||
webkitFilter: 'blur(2rem)' | ||
filter: 'blur(1rem)', | ||
WebkitFilter: 'blur(1rem)' | ||
}, | ||
@@ -43,0 +43,0 @@ bigImage: { |
{ | ||
"name": "react-progress-loading", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Progressively load images using a medium like blur effect.", | ||
@@ -5,0 +5,0 @@ "author": "arnavozil", |
# react-progress-loading | ||
>Light weight Progressively load images using a medium like blur effect. | ||
>Light weight react library to progressively load images using a medium like blur effect. | ||
@@ -14,2 +14,6 @@ [![NPM](https://img.shields.io/npm/v/react-progress-loading.svg)](https://www.npmjs.com/package/react-progress-loading) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) | ||
## Example | ||
![alt text](https://drive.google.com/file/d/172pPev0MhvAM3R1oOzwV2wsWmjQgB6NH/view?usp=sharing) | ||
## Usage | ||
@@ -16,0 +20,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14833
41