gre / gl-react-blur

Universal gl-react multi-pass gaussian Blur effect with configurable intensity
38 stars 7 forks source link

can you animate the blur? #2

Closed faceyspacey closed 8 years ago

gre commented 8 years ago

Any React animation library should work with gl-react & it's beyond gl-react scope for you to choose the way you want to animate.

For instance we have examples using react-motion here and here. You might not even need an animation library and can do it yourself if you prefer, see for instance this example (which is just about doing a render loop with requestAnimationFrame).