Interface TweenDescription used to describe a new animated sequence, this interface is implemented by TweenColorDescription and TweenDoubleDescription. The object is then passed to the method AddSequences of a Tween.
Namespace:
Tweened
Assembly:
Tweened (in Tweened.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface TweenDescription |
| C# |
|---|
public interface TweenDescription |
| Visual C++ |
|---|
public interface class TweenDescription |
| JavaScript |
|---|
Tweened.TweenDescription = function();
Tweened.TweenDescription.createInterface('Tweened.TweenDescription'); |
See Also