We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727ac0f commit 76b3941Copy full SHA for 76b3941
src/index.tsx
@@ -45,7 +45,7 @@ export class ProgressiveImage extends React.Component<ProgressiveImageProps & Di
45
const {blur} = this.state;
46
return {
47
filter: `blur(${blur}px)`,
48
- transition: "blur 500ms ease"
+ transition: "filter 500ms ease"
49
};
50
}
51
@@ -54,7 +54,7 @@ export class ProgressiveImage extends React.Component<ProgressiveImageProps & Di
54
55
backgroundImage: `url(${src})`,
56
57
58
59
60
0 commit comments