jakiestfu / Blur.js

blur.js is a jQuery plugin that produces psuedo-transparent blurred elements over other elements.
924 stars 212 forks source link

2 diffrent source for diffrent divs #19

Open ZverushkaX opened 10 years ago

ZverushkaX commented 10 years ago

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?

raviSanchala commented 10 years ago

how to blur more that one divs??

ZverushkaX commented 10 years ago

I made it only with setTimeout 1 sec - it works so... but it is a bad solution....

raviSanchala commented 10 years ago

thanx for ur time.... i tried .. wont get what i want / :(

raviSanchala commented 10 years ago

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