Namespace GGL.Animation.Tweens
Classes
AlphaTween
Tweens the alpha of a canvas. For other graphics, check ColorTween.
ColorTween
Tweens the color on any Graphic component.
GravitateTween
Rotates an object around the local Y axis of another.
MoveByTween
Tweens the position of an object by the specified distance.
RotateByTween
Tweens the rotation of an object around an axis and by the specified angle.
RotateToTween
Tweens the rotation of an object to a given Euler rotation.
ScaleTween
Tweens the scale of an object.