Syntax
[ObjCRuntime.iOS(7, 0)]
[ObjCRuntime.Native]
public enum UIViewKeyframeAnimationOptions
Remarks
Members
| Member Name | Description |
|---|
| AllowUserInteraction | Whether the user can interact with the views while they are being animated. |
| Autoreverse | Whether to run the animation in both directions. Must be combined with the Repeat option. |
| BeginFromCurrentState | Whether to start an animation from the current setting of the in-flight animation. If not set, in-flight animations are allowed to finish before the new animation is started. |
| CalculationModeCubic | Use a Catmull-Rom spline to interpolate between keyframe values. The Catmull-Rom parameter is not available for manipulation. |
| CalculationModeCubicPaced | Use a cubic scheme to compute intermediate frames, ignoring timing properties. Timing parameters are implicitly calculated to give the animation a constant velocity. |
| CalculationModeDiscrete | Does not interpolate keyframe values; jumps directly to each keyframe value. |
| CalculationModeLinear | Use a simple linear calculation for interpolating between keyframe values. |
| CalculationModePaced | Use a simple even-pacing algorithm to interpolate between keyframe values. |
| LayoutSubviews | The option to layout subviews at commit time so they animate with their parent. |
| OverrideInheritedDuration | Whether to force an animation to use the original duration value specified when the animation was submitted. If not set, the animation inherits the remaining duration of the in-flight animation. |
| OverrideInheritedOptions | Whether to not inherit the animation type or any options. |
| Repeat | Whether to repeat the animation indefinitely. |
Requirements
Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0