Fork me on GitHub
View source

package haxepunk

enum TweenType

defined in haxepunk.Tween;

The type of the tween.

Values

Persist

Default type, the tween is still available after it ended and can be started again with the start() method.

Looping

The tween will loop.

OneShot

The tween will be removed after it ended.

PingPong

The tween will loop, alternating backwards and forwards