Kanzi 4.1.1
kanzi::interop::PropertyTargetEasingTimelineEnums Struct Reference

#include <kanzi/interop/autogen/ui/node_component/animation/property_target_easing_timeline_enums.hpp>

Public Types

enum class  InterpolationIfInterruptedMode { StartFromCurrentInterpolatedValue , StartFromCurrentTargetValue }
 How interpolation behaves when it is interrupted. More...
 

Member Enumeration Documentation

◆ InterpolationIfInterruptedMode

How interpolation behaves when it is interrupted.

Enumerator
StartFromCurrentInterpolatedValue 

When a new value is set to the target property before the interpolation to the previous value completes, the current value of the ongoing interpolation is used as the start value of the interpolation to the new target property value.

StartFromCurrentTargetValue 

When a new value is set to the target property before the interpolation to the previous value completes, the target value of the ongoing interpolation is used as the start value of the interpolation to the new target property value.


The documentation for this struct was generated from the following file: