Show / Hide Table of Contents

Enum TweenMethod

The the tweening method.

Namespace: Sttz.Tweener
Assembly: cs.temp.dll.dll
Syntax
public enum TweenMethod

Fields

Name Description
By

Tween from the property's current value by the given value.

From

Tween from the given value to the property's current value.

FromTo

Tween from the first to the second given value.

To

Tween from the property's current value to the given value.

Back to top © 2018 Adrian Stutz