XuniEaseAction Class Reference

Inherits from NSObject
Conforms to IXuniEaseAction
Declared in Easing.h

Overview

Generic action class.

– ease:beginning:change:duration:

Get a value for ease animation with parameters.

- (double)ease:(double)t beginning:(double)b change:(double)c duration:(double)d

Parameters

t

the time.

b

the specified beginning value.

c

the specified change value.

d

the duration.

Return Value

a value for ease animation.

Discussion

Get a value for ease animation with parameters.

Declared In

Easing.h

– viewAnimationCurve

Get a view animation curve.

- (UIViewAnimationCurve)viewAnimationCurve

Return Value

a view animation curve.

Discussion

Get a view animation curve.

Declared In

Easing.h