tags:

views:

73

answers:

3

does anybody know any resources that I can refer to?

+1  A: 

I believe you are referring to the JQuery FadeOut effect (since Stackoverflow uses JQuery)

VonC
+1  A: 

Stackoverflow uses the JQuery library, and it uses the fadeOut effect for what you are describing.

I have never used JQuery, but I have used the scriptaculous library to do this same thing in the past.

The Effect.highlight effect is probably the one you are looking for.

pkaeding
A: 

You can easlily find this and lots of other effects in various javascript libraries. I personally like JQuery

hash