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

◆ getAnimationTime()

float getAnimationTime ( uint32_t now)

Definition at line 118 of file Downscale.h.

118 {
119 float pointf = shapeProgress.updatef(now);
120 return pointf + transition.value();
121}
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 call graph for this function:
+ Here is the caller graph for this function: