Spin & Zoom effect.
[ITKit.git] / ITSpinAndZoomWindowEffect.h
diff --git a/ITSpinAndZoomWindowEffect.h b/ITSpinAndZoomWindowEffect.h
new file mode 100755 (executable)
index 0000000..5f923ec
--- /dev/null
@@ -0,0 +1,23 @@
+/*
+ *     ITKit
+ *  ITSpinAndZoomWindowEffect
+ *    Effect subclass which Spins (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 ITSpinAndZoomWindowEffect : ITWindowEffect <ITWindowEffect> {
+
+}
+
+@end