HueRotationEffectAnimation 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.
An effect animation that targets Angle.
public sealed class HueRotationEffectAnimation : Microsoft.Toolkit.Uwp.UI.Animations.EffectAnimation<Microsoft.Toolkit.Uwp.UI.Media.HueRotationEffect,double?,double>
type HueRotationEffectAnimation = class
inherit EffectAnimation<HueRotationEffect, Nullable<double>, double>
Public NotInheritable Class HueRotationEffectAnimation
Inherits EffectAnimation(Of HueRotationEffect, Nullable(Of Double), Double)
- Inheritance
-
Windows.UI.Xaml.DependencyObjectHueRotationEffectAnimation
Constructors
HueRotationEffectAnimation() |
Properties
Delay |
Gets or sets the optional initial delay for the animation. (Inherited from Animation) |
DelayBehavior |
Gets or sets the delay behavior for the animation. The default value is set to Windows.UI.Composition.AnimationDelayBehavior.SetInitialValueBeforeDelay. This value is applicable when the current animation is used as either an implicit composition animation, or an explicit composition animation. If the current animation is instead running on the XAML layer (if used through CustomAnimation<TValue,TKeyFrame>), it will be ignored. (Inherited from Animation) |
Duration |
Gets or sets the animation duration. (Inherited from Animation) |
EasingMode |
Gets or sets the optional easing function mode for the animation. (Inherited from Animation) |
EasingType |
Gets or sets the optional easing function type for the animation. (Inherited from Animation) |
ExplicitTarget |
Gets the explicit target for the animation. This is the primary target property that is animated. (Inherited from Animation<TValue,TKeyFrame>) |
From |
Gets or sets the optional starting value for the animation. (Inherited from Animation<TValue,TKeyFrame>) |
KeyFrames |
Gets or sets the optional keyframe collection for the current animation. Setting this will overwrite the To and From values. (Inherited from Animation<TValue,TKeyFrame>) |
Repeat |
Gets or sets the repeat option for the animation. (Inherited from Animation) |
Target |
Gets or sets the linked |
To |
Gets or sets the final value for the animation. (Inherited from Animation<TValue,TKeyFrame>) |
Methods
AppendToBuilder(AnimationBuilder, Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<EasingType>, Nullable<EasingMode>) | (Inherited from EffectAnimation<TEffect,TValue,TKeyFrame>) |
AppendToBuilder(INormalizedKeyFrameAnimationBuilder<TKeyFrame>, Nullable<EasingType>, Nullable<EasingMode>) |
Appends the current keyframe values to a target INormalizedKeyFrameAnimationBuilder<T> instance. This method will also automatically generate keyframes for To and From. (Inherited from Animation<TValue,TKeyFrame>) |
GetParsedValues() |
Gets the parsed |