跳转到主要内容

AnimationSetting

touchgfx/widgets/AnimationTextureMapper.hpp

Information about how a specific animation parameter should be animated.

Public Attributes

boolanimationActive
Should this animation be performed?
uint16_tanimationDelay
A delay before the actual animation start. Expressed in ticks.
uint16_tanimationDuration
The complete duration of the animation. Expressed in ticks.
floatanimationEnd
The animation end value.
EasingEquationanimationProgressionEquation
EasingEquation expressing the development of the value during the animation.
floatanimationStart
The animation start value.

Public Attributes Documentation

animationActive

bool animationActive

Should this animation be performed?

animationDelay

uint16_t animationDelay

A delay before the actual animation start. Expressed in ticks.

animationDuration

uint16_t animationDuration

The complete duration of the animation. Expressed in ticks.

animationEnd

float animationEnd

The animation end value.

animationProgressionEquation

EasingEquation animationProgressionEquation

EasingEquation expressing the development of the value during the animation.

animationStart

float animationStart

The animation start value.