LoopType


Declaration

public enum LoopType

Description

A type of loop style.

Properties

RestartRestarts the tween from the beginning after it ends.
RestartWithDelayRestarts the tween from the beginning after it ends. If the tween has a delay it will be delayed again each loop.
PingPongPlays the tween forwards then backwards then forwards then backwards, etc.
PingPongWithDelayPlays the tween forwards then backwards then forwards then backwards, etc. If the tween has a delay it will be delayed again each loop.