API Docs for:
Show:

AnimationLoopType Class

Module: gs

Different types of animation looping.

Item Index

Properties

Properties

ADD

Unknown final static

Adds the value calculated by the easing-logic.

NONE

Unknown final static

No looping.

NORMAL

Unknown final static

Regular looping. If the end of an animation is reached it will start from the beginning.

REVERSE

Unknown final static

Reverse looping. If the end of an animation is reached it will be reversed an goes now from end to start.

SET

Unknown final static

Set the value calculated by the easing-logic.