-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement blur effect #9
Conversation
I like the idea and it could help solving contao/core-bundle#1202 (comment) – although we might need to implement the other methods, too. |
Looks great, thank you @chregu! I think we should add some checks here:
|
Totally agree with those 3 points. It was sufficient enough for our needs, but should definitely be extended for common useage |
@ausi Cool, thanks a lot for the additional work you put into. Works fine on our project with your code. |
@chregu, is that for rokka.io? 😄 |
@Toflar Sure thing ;) |
Thank you all for making it better 💛 |
This patch (currently only) implements the blur effect. Maybe useful for some. If anyone likes to add more effects, I'd be happy to integrate them here, before it gets eventually merged.