aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMNSAnimation+Duration.h
diff options
context:
space:
mode:
Diffstat (limited to 'AppKit/GTMNSAnimation+Duration.h')
-rw-r--r--AppKit/GTMNSAnimation+Duration.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/AppKit/GTMNSAnimation+Duration.h b/AppKit/GTMNSAnimation+Duration.h
index ee4be84..4ed7ef9 100644
--- a/AppKit/GTMNSAnimation+Duration.h
+++ b/AppKit/GTMNSAnimation+Duration.h
@@ -23,6 +23,8 @@
// Given a "normal" duration for an animation, return what it should be based
// on the current system state. For example, holding down the shift and/or
// control keys modifies the normal duration for an animation making it slower.
+// Currently only modifies the duration if the current event is of type
+// NSLeftMouseUp and only the control and/or shift modifiers are down.
NSTimeInterval GTMModifyDurationBasedOnCurrentState(NSTimeInterval duration);
// Categories for changing the duration of an animation based on the current