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

◆ getAnimationTime()

float getAnimationTime ( uint32_t now)

Definition at line 122 of file Downscale.h.

122 {
123 float pointf = shapeProgress.updatef(now);
124 return pointf + transition.value();
125}
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: