Top "Effects" questions

Non functional enhancements of user interaction with a product (most commonly visual and sound)

how to implement grayscale rendering in OpenGL?

When rendering a scene of textured polygons, I'd like to be able to switch between rendering in the original colors …

opengl effects grayscale
Android: How to switch between Activities like switching desktops in Home app?

I'm developing an Android Application that has three very similar Activities. I would like the user to be able to …

android user-interface android-activity effects swipe
How can I create a drop shadow, inner glow and outer glow in Java Swing?

I am generating some images using the Graphics2D interface, and occasionally I'd like to be able to draw some …

java swing graphics effects java-2d
JQuery-Mobile collapsible slideDown effect

I want to add a slideDown or slideUp effect to a div with data-role='collapsible', so it will not open …

jquery jquery-mobile effects
Jquery Pulsate Times

I use the function Pulsate (http://docs.jquery.com/UI/Effects/Pulsate). With the argument 'times' I can set the …

jquery effects
How do I darken all screen area and glow my opened window in WPF?

In WPF, how do I darken all screen area when opening a new window? Also after the window is closed, …

wpf window effects
Find currently visible div in jquery

I have a four divs all set display:none and on document.ready i am showing the first div.. I …

jquery html effects
jQuery .animate() Issues

I'm trying to make a autoscrolling/carousel like function for an unordered list of images. When you mouse over the …

javascript jquery animation effects
Fade in delay on Load

I've stumpled on something quite nice, I've wanted to use in some upcoming project. It's an animated opacity on load, …

javascript jquery effects delay fadein
QT4 How to blur QPixmap image?

QT4 How to blur QPixmap image? I am looking for something like one of the following: Blur(pixmap); painter.Blur(); …

qt graphics qt4 effects