FastLED 3.9.15
Loading...
Searching...
No Matches

◆ getAnimationTime()

float getAnimationTime ( uint32_t now)

Definition at line 105 of file complex.h.

105 {
106 float pointf = shapeProgress.updatef(now);
107 return pointf + transition.value();
108}
UISlider transition("Transition", 0.0f, 0.0f, 1.0f, 0.01f)
TimeClampedTransition shapeProgress(TIME_ANIMATION)

References shapeProgress, and transition.

Referenced by loop().

+ Here is the caller graph for this function: