[f-spot/FSPOT_0_6_0_STABLE] Decreases the animation time for the filmstrip slider from 4 seconds to 1.5



commit 38cc6f46a2811b2792c485cfb5d5109011bdf8e3
Author: Alex Launi <alex jolicloud org>
Date:   Sat Feb 20 23:48:51 2010 -0500

    Decreases the animation time for the filmstrip slider from 4 seconds to 1.5

 src/Widgets/Filmstrip.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Widgets/Filmstrip.cs b/src/Widgets/Filmstrip.cs
index fbd6745..d6a47bd 100644
--- a/src/Widgets/Filmstrip.cs
+++ b/src/Widgets/Filmstrip.cs
@@ -308,7 +308,7 @@ namespace FSpot.Widgets
 			thumb_cache = new DisposableCache<Uri, Pixbuf> (30);
 			ThumbnailGenerator.Default.OnPixbufLoaded += HandlePixbufLoaded;
 
-			animation = new DoubleAnimation (0, 0, TimeSpan.FromSeconds (4), SetPositionCore, new CubicEase (EasingMode.EaseOut));
+			animation = new DoubleAnimation (0, 0, TimeSpan.FromSeconds (1.5), SetPositionCore, new CubicEase (EasingMode.EaseOut));
 		}
 	
 		int min_length = 400;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]