In the past few weeks there is a new design trend started to grow: Long Shadow (no, not the DC character). Designers are trying to use it, some people just simpy hate it. Why? Becase it is new, because it is easily misused.
In the BWS developing process, I had to make the images desaturate and then fade them to color at hover. It is possible to make without javascript, only have to use filter and CSS transitions.
How it is possible? First, we have to style the image for it’s final place, and then the magic happens: we can use a desaturate filter for the images, and for hover, we can make it to fade in with CSS transitions.