Table of Contents

Class AnimationExtensions

Namespace
HelixToolkit.Wpf
Assembly
HelixToolkit.Wpf.dll

Provides extension methods for animatable objects.

public static class AnimationExtensions
Inheritance
AnimationExtensions
Inherited Members

Methods

AnimateOpacity(IAnimatable, double, double)

Animates the opacity of the specified object.

public static void AnimateOpacity(this IAnimatable obj, double targetOpacity, double animationTime)

Parameters

obj IAnimatable

The object to animate.

targetOpacity double

The target opacity.

animationTime double

The animation time.