Incremental checkin for Status Windows, and correcting a path setting.
[ITKit.git] / ITWindowEffect.m
index 9eb75a6..d485df5 100755 (executable)
     }
 }
 
+- (float)effectTime
+{
+    return _effectTime;
+}
+
+- (void)setEffectTime:(float)newTime
+{
+    _effectTime = newTime;
+}
+
 - (void)performAppear
 {
     NSLog(@"ITWindowEffect does not implement performAppear.");