New zoom effect.
[ITKit.git] / ITZoomWindowEffect.h
diff --git a/ITZoomWindowEffect.h b/ITZoomWindowEffect.h
new file mode 100755 (executable)
index 0000000..9fc920e
--- /dev/null
@@ -0,0 +1,23 @@
+/*
+ *     ITKit
+ *  ITZoomWindowEffect
+ *    Effect subclass which zooms (expands/shrinks) a window into position on the screen.
+ *
+ *  Original Author : Kent Sutherland <ksutherland@ithinksw.com>
+ *   Responsibility : Kent Sutherland <ksutherland@ithinksw.com>
+ *
+ *  Copyright (c) 2002 - 2004 iThink Software.
+ *  All Rights Reserved
+ *
+ */
+
+
+#import <Cocoa/Cocoa.h>
+#import "ITWindowEffect.h"
+
+
+@interface ITZoomWindowEffect : ITWindowEffect <ITWindowEffect> {
+
+}
+
+@end