I want to blur an image with box blur animation, initially want square with a huge radius which would gradually decrease in size and finally form a background image.
I tried http://www.quasimondo.com/BoxBlurForCanvas/FastBlur2Demo.html but it does it in circular fashion while I require box-shaped blur.
I also tried http://desandro.com/resources/close-pixelate/ but it's horribly slow as the image I am using is 1280px x 800px and is used as page background.
Any help on how this can be achieved?