clementroche / motion-hover-effects

71 stars 19 forks source link

Little bug #3

Closed glebsn closed 4 years ago

glebsn commented 4 years ago

Great example, but I found little error: In EffectShell.js line 22 this.renderer.setPixelRatio is a method, that's why you need to call it with param: this.renderer.setPixelRatio(window.devicePixelRatio);

And you'll see that blur effect on photos will disappear