touchgfx::ZoomAnimationImage::startTimerAndSetParameters() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::ZoomAnimationImage::startTimerAndSetParameters()

touchgfx::ZoomAnimationImage::startTimerAndSetParameters() method

@fn void ZoomAnimationImage::startTimerAndSetParameters(int16_t endWidth, int16_t endHeight, uint16_t duration, ZoomMode zoomMode, EasingEquation widthProgressionEquation, EasingEquation heightProgressionEquation) Starts timer and set parameters. Starts timer and set parameters. Contains code shared between startZoomAnimation() and startZoomAndMoveAnimation(). If both delay and duration is zero, the end position and size is applied and the animation is ended.

Syntax

void startTimerAndSetParameters(int16_t endWidth,     int16_t endHeight,     uint16_t duration,     ZoomMode zoomMode,     EasingEquation widthProgressionEquation,     EasingEquation heightProgressionEquation);

Arguments

endWidth

The end width.

endHeight

The end height.

duration

The duration.

zoomMode

The zoom mode.

widthProgressionEquation

The width progression equation.

heightProgressionEquation

The height progression equation.

References