The blur() filter gives the impression of motion by bluring the element a certain number of pixels in a certain direction. The general formats for the blur() filter are shown below.
CSS: filter:blur(strength=n, direction=n, add=true|false) DOM: object.style.filter="blur(strength=n, direction=n, add=true|false)"