I have an image and I want to set the initial blur for it. With some actions from the user, I want the image to reduce its blur by a certain amount. Is there any jQuery plugin that allows me to handle the blur radius or something like that?
I came across one jQuery API here http://www.pixastic.com/lib/docs/actions/blur/
But I do not think that it can gradually change the blurriness of the image.
Need help, Suggest what should I do? Is there anything else I can use? Thanx in advance.
source
share