Kanzi  3.9.8
Kanzi Engine C++ API
kanzi::interop::PropertyTargetEasingTimelineEnums Struct Reference

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

Public Types

enum  InterpolationIfInterruptedMode { InterpolationIfInterruptedMode::StartFromCurrentInterpolatedValue, InterpolationIfInterruptedMode::StartFromCurrentTargetValue }
 

Member Enumeration Documentation

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: