[vlc-commits] [Git][videolan/vlc][master] macosx: Decrease duration of tracking view animation duration

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Sat Jul 12 13:51:54 UTC 2025



Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
d913e5c0 by Claudio Cambra at 2025-07-12T13:36:15+00:00
macosx: Decrease duration of tracking view animation duration

Signed-off-by: Claudio Cambra <developer at claudiocambra.com>

- - - - -


1 changed file:

- modules/gui/macosx/views/VLCTrackingView.m


Changes:

=====================================
modules/gui/macosx/views/VLCTrackingView.m
=====================================
@@ -79,7 +79,7 @@
         weakViewToShow.hidden = NO;
 
         [NSAnimationContext runAnimationGroup:^(NSAnimationContext * const context){
-            NSAnimationContext.currentContext.duration = 0.9;
+            NSAnimationContext.currentContext.duration = 0.3;
             weakViewToHide.animator.alphaValue = hideVTH ? 0.0 : 1.0;
             weakViewToShow.animator.alphaValue = hideVTS ? 0.0 : 1.0;
         } completionHandler:^{



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d913e5c0a5625f930c8ef8fc67aa2524637d973e

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d913e5c0a5625f930c8ef8fc67aa2524637d973e
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list