Enum AnimationDirectionValue
Direction of the animation.
public enum AnimationDirectionValue
- Extension Methods
Fields
Backward = 1The animation starts at the specified LED end index and moves towards the LED start index.
Forward = 0The animation starts at the specified LED start index and moves towards the LED end index.