Struct Animator::ComplexAmination

Nested Relationships

This struct is a nested type of Class Animator.

Struct Documentation

struct ComplexAmination

Configuration structure for a complex animation.

Note

All list elements must have the same array length

Param animationComplexity:

Maximum of how many animations can be triggered at the same time

Param LengthPerAnimation:

How long one of the animations in the chain should last for

Param animations:

list of animation steps that shall be played in sequence

Public Members

uint8_t animationComplexity
uint16_t LengthPerAnimation
LinkedList<animationStep*> *animations