We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. I want use smth like $('#blur-target').blurjs({ source: '#blur-source', radius: 20 });
$('#blur-target2').blurjs({ source: '#blur-source2', radius: 20 });
But only last div is blurred. How make it work with 2 diffrent sources?
The text was updated successfully, but these errors were encountered:
how to blur more that one divs??
Sorry, something went wrong.
I made it only with setTimeout 1 sec - it works so... but it is a bad solution....
thanx for ur time.... i tried .. wont get what i want / :(
hello there, i have tried it with setTimeout as shown http://www.designedbyaturtle.co.uk/demos/blur-bg2/ , but i need to do it with just one background like in http://blurjs.com/ (Your JS), is it possible?
Please reppllyyy.. Thnkx in advance
No branches or pull requests
Hi.
I want use smth like
$('#blur-target').blurjs({
source: '#blur-source',
radius: 20
});
But only last div is blurred.
How make it work with 2 diffrent sources?
The text was updated successfully, but these errors were encountered: