XuniAnimation Class Reference

Inherits from NSObject
Declared in Animation.h

Overview

XuniAnimation.

  duration

Gets or sets the length of entire animation.

@property (nonatomic) double duration

Discussion

Gets or sets the length of entire animation.

Declared In

Animation.h

  startDelay

Gets or sets the delay before the animation starts.

@property (nonatomic) double startDelay

Discussion

Gets or sets the delay before the animation starts.

Declared In

Animation.h

  easing

Gets or sets the easing function to use for animations.

@property (nonatomic) id<IXuniEaseAction> easing

Discussion

Gets or sets the easing function to use for animations.

Declared In

Animation.h

– init

Initialize an object for XuniAnimation.

- (id)init

Return Value

return an object of XuniAnimation.

Discussion

Initialize an object for XuniAnimation.

Declared In

Animation.h

+ none

Initialize an object for XuniAnimation.

+ (id)none

Return Value

return an object of XuniAnimation.

Discussion

Initialize an object for XuniAnimation.

Declared In

Animation.h

– isValid

Judge whether the animation is valid.

- (BOOL)isValid

Return Value

return a boolean value.

Discussion

Judge whether the animation is valid.

Declared In

Animation.h