NTAnimationStyle
@interface NTAnimationStyle : NSObject {
void *swigCPtr;
BOOL swigCMemOwn;
}
A class describing animation effect.
-
Checks if this object is equal to the specified object.
Declaration
Objective-C
- (BOOL)isEqual:(id)object;
Parameters
object
The reference object.
Return Value
True when objects are equal, false otherwise.
-
Returns the hash value of this object.
Declaration
Objective-C
- (NSUInteger)hash;
Return Value
The hash value of this object.
-
Returns the relative speed of the animation.
Declaration
Objective-C
- (float)getRelativeSpeed;
Return Value
The relative speed of the animation (1.0 corresponds to the default speed).
-
Returns the phase-in duration of the animation.
Declaration
Objective-C
- (float)getPhaseInDuration;
Return Value
The phase-in duration of the animation in seconds.
-
Returns the phase-out duration of the animation.
Declaration
Objective-C
- (float)getPhaseOutDuration;
Return Value
The phase-out duration of the animation in seconds.
-
Returns the fade animation type.
Declaration
Objective-C
- (enum NTAnimationType)getFadeAnimationType;
Return Value
The type of the fade animation.
-
Returns the size-related animation type.
Declaration
Objective-C
- (enum NTAnimationType)getSizeAnimationType;
Return Value
The type of the size-related animation.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;