CASpringAnimation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A spring animation with stiffness, mass, and damping.
[Foundation.Register("CASpringAnimation", true)]
public class CASpringAnimation : CoreAnimation.CABasicAnimation
[<Foundation.Register("CASpringAnimation", true)>]
type CASpringAnimation = class
inherit CABasicAnimation
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| CASpringAnimation() |
Creates a new CASpringAnimation with default values. |
| CASpringAnimation(Double, NFloat) | |
| CASpringAnimation(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| CASpringAnimation(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| CASpringAnimation(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Additive | (Inherited from CAPropertyAnimation) |
| AllowsOverdamping | |
| AnimationEvents | (Inherited from CAAnimation) |
| AutoReverses | (Inherited from CAAnimation) |
| BeginTime | (Inherited from CAAnimation) |
| Bounce | |
| By |
Value to increment by. (Inherited from CABasicAnimation) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| Cumulative | (Inherited from CAPropertyAnimation) |
| Damping |
Gets or sets the damping for the spring animation. |
| DebugDescription | (Inherited from NSObject) |
| Delegate |
An instance of the CoreAnimation.CAAnimationDelegate model class which acts as the class delegate. (Inherited from CAAnimation) |
| Description | (Inherited from NSObject) |
| Duration | (Inherited from CAAnimation) |
| ExposedBindings | (Inherited from NSObject) |
| FadeInDuration | (Inherited from CAAnimation) |
| FadeOutDuration | (Inherited from CAAnimation) |
| FillMode | (Inherited from CAAnimation) |
| From |
Initial value for the property to animate. (Inherited from CABasicAnimation) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| InitialVelocity |
Gets or sets the initial velocity of the animation. |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| KeyPath | (Inherited from CAPropertyAnimation) |
| Mass |
Gets or sets the mass for the animation. |
| PerceptualDuration | |
| PreferredFrameRateRange | (Inherited from CAAnimation) |
| RemovedOnCompletion |
Whether the animation is removed from the layer on completion. (Inherited from CAAnimation) |
| RepeatCount | (Inherited from CAAnimation) |
| RepeatDuration | (Inherited from CAAnimation) |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| SettlingDuration |
Gets the settling time for the animation. |
| Speed | (Inherited from CAAnimation) |
| Stiffness |
Gets or sets the stiffness of the spring for the animation. |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| TimeOffset | (Inherited from CAAnimation) |
| TimingFunction |
The timing function used to compute the animation. (Inherited from CAAnimation) |
| To |
Destination value for the property to animate. (Inherited from CABasicAnimation) |
| UsesSceneTimeBase | (Inherited from CAAnimation) |
| ValueFunction | (Inherited from CAPropertyAnimation) |
| WeakDelegate |
An object that can respond to the delegate protocol for this type (Inherited from CAAnimation) |
| Zone | (Inherited from NSObject) |
Methods
Events
| Name | Description |
|---|---|
| AnimationStarted |
Event raised by the object. (Inherited from CAAnimation) |
| AnimationStopped |
Event raised by the object. (Inherited from CAAnimation) |