yyoon / Journaley

A simple and elegant open-source journal keeping software for Windows
http://journaleyapp.com/
Other
115 stars 19 forks source link

Add subtle fade in for images in listbox entry being loaded in async #88

Closed sguergachi closed 9 years ago

sguergachi commented 9 years ago

Fade in of images in listbox entry to be a little less jarring than suddenly appearing. This relates to the changes made in #22. Assuming this adds little overhead, animation should be 400ms and tweakable from there.

This might help for implementation: http://stackoverflow.com/questions/960738/fading-out-an-image-with-transparency-in-winforms-ui-net3-5

yyoon commented 9 years ago

The FadeInTime can be adjusted in the Journaley\Controls\EntryListBox.cs file.