Closed sguergachi closed 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
The FadeInTime can be adjusted in the Journaley\Controls\EntryListBox.cs file.
FadeInTime
Journaley\Controls\EntryListBox.cs
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