UIFieldBehavior.AnimationSpeed Property
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.
In noise and turbulence fields, the multiplier for animation.
public virtual nfloat AnimationSpeed { [Foundation.Export("animationSpeed", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setAnimationSpeed:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.AnimationSpeed : nfloat with get, set
Property Value
For noise and turbulence fields, the default value is 1.0. For other fields, the value is 0.0.
- Attributes
Remarks
For noise and turbulence fields, values greater than 1.0 animate the field faster than normal, while a value of 0.0 is not animated at all.