Revision: 16158
          http://sourceforge.net/p/skim-app/code/16158
Author:   hofman
Date:     2026-04-04 14:08:52 +0000 (Sat, 04 Apr 2026)
Log Message:
-----------
timing function for overview animation

Modified Paths:
--------------
    trunk/SKMainWindowController.m

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2026-04-04 14:04:58 UTC (rev 16157)
+++ trunk/SKMainWindowController.m      2026-04-04 14:08:52 UTC (rev 16158)
@@ -1706,6 +1706,7 @@
     if (animate) {
         CAAnimation *animation = [CATransition animation];
         [animation setDuration:0.5];
+        [animation setTimingFunction:[CAMediaTimingFunction 
functionWithName:kCAMediaTimingFunctionEaseInEaseOut]];
         [[contentView layer] addAnimation:animation forKey:@"transition"];
     }
     
@@ -1749,6 +1750,7 @@
         }
         CAAnimation *animation = [CATransition animation];
         [animation setDuration:0.5];
+        [animation setTimingFunction:[CAMediaTimingFunction 
functionWithName:kCAMediaTimingFunctionEaseInEaseOut]];
         [[contentView layer] addAnimation:animation forKey:@"transition"];
     }
     

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to