Property | Type | Description | |
---|---|---|---|
AddActionWithDuration | void | ||
AddActionWithPreviousDuration | void | ||
AddDoAction | void | ||
CreateChainedAnimationAction | System.Action | ||
IFluentAnimate | IFluentAnimate | ||
IFluentAnimate | IFluentAnimate | ||
IFluentAnimate | IFluentAnimate | ||
IFluentAnimate | IFluentAnimate | ||
IFluentAnimateTail | IFluentAnimateTail | ||
IFluentAnimateTail | IFluentAnimateTail | ||
IFluentAnimateTail | void |
Method | Description | |
---|---|---|
EaseIn ( double duration, System.Action action ) : IFluentAnimate | ||
EaseInOut ( double duration, System.Action action ) : IFluentAnimate | ||
EaseOut ( double duration, System.Action action ) : IFluentAnimate | ||
Linear ( double duration, System.Action action ) : IFluentAnimate |
Method | Description | |
---|---|---|
AddActionWithDuration ( System.Action action, double duration, UIViewAnimationOptions animationOptions ) : void | ||
AddActionWithPreviousDuration ( System.Action action, UIViewAnimationOptions animationOptions ) : void | ||
AddDoAction ( System.Action action ) : void | ||
CreateChainedAnimationAction ( Animation animation, UIViewAnimationOptions options, System.Action nextAction ) : System.Action | ||
IFluentAnimate ( ) : IFluentAnimate | ||
IFluentAnimate ( System.Action action ) : IFluentAnimate | ||
IFluentAnimate ( double delay ) : IFluentAnimate | ||
IFluentAnimate ( double duration, System.Action action ) : IFluentAnimate | ||
IFluentAnimateTail ( ) : IFluentAnimateTail | ||
IFluentAnimateTail ( System.Action action ) : IFluentAnimateTail | ||
IFluentAnimateTail ( ) : void |
public static EaseIn ( double duration, System.Action action ) : IFluentAnimate | ||
duration | double | |
action | System.Action | |
return | IFluentAnimate |
public static EaseInOut ( double duration, System.Action action ) : IFluentAnimate | ||
duration | double | |
action | System.Action | |
return | IFluentAnimate |
public static EaseOut ( double duration, System.Action action ) : IFluentAnimate | ||
duration | double | |
action | System.Action | |
return | IFluentAnimate |
public static Linear ( double duration, System.Action action ) : IFluentAnimate | ||
duration | double | |
action | System.Action | |
return | IFluentAnimate |