Smooth Scrolling
Status: Alpha
Brought to you by:
egregor
The emulator list (top of the screen) and the game list both have the capability to scroll the items in their lists. Currently, the is done with zero animation. For example, moving left or right at the top of the screen simply copies the new values over and displays them, instead of an animation showing that the values are actually moving to the side.
Adding an animation not only makes it much more clear to the user where the values are coming from, but it makes the overall interface feel more alive. I've seen this feature done in Kopete (although it was using QT3), but I'm not sure if this is simple to do in QT4.