Top "Blur" questions

The visual effect.

Android Blur View (Blur background behind the view)

I am trying to make the bottom part of an Image blur for the view on top it like in …

android blur android-image android-bitmap blurry
jQuery blur and the enter key

I am trying to update a div dynmically with a googlemap based on a zip code being entered. Its working …

jquery blur
Android: fast bitmap blur?

I've been searching the past three days for a built-in, hardware-accelerated way of bluring a bitmap with android. I stumbled …

android image-processing blur convolution
html canvas shape blur filter

There must be a way to do this. I have drawn a shape with the html5 canvas and I would …

javascript html filter canvas blur
ng-blur on a DIV

I am trying to hide a DIV on blur (the focus has been removed from the DIV). I am using …

javascript angularjs focus blur
Jquery: Hover/unhover combined with blur/focus

I've been looking through the questions, but i can't find exactly what i'm looking for.. I want to know how …

jquery focus hover mouseover blur
Blur the background of the WPF container

Ultimately, what I want to achieve is a replication to some extend, of an Aero glass functionality of a WPF …

.net wpf effects blur
Gaussian blur and convolution kernels

I do not understand what a convolution kernel is and how I would apply a convolution matrix to pixels in …

image-processing blur gaussian convolution
CSS3 filter blur keyframe animation

What I'm trying to accomplish is a short gaussian blur animation on an image hover. Somewhat like setting focus on …

css animation filter blur keyframe
How to draw a blurry circle on HTML5 canvas?

I'm able to draw a simple circle on HTML5 canvas, but I'd like to add some blur around it. What …

javascript html canvas geometry blur