Kanzi  3.9.6
Kanzi Engine API
Animation Players

Animation players play keyframe animations and interpolate property values to dynamic target values. More...

Collaboration diagram for Animation Players:

Classes

class  kanzi::AnimationPlayer
 Use the Animation Player to play back an animation timeline that you set using the TimelineProperty property in that Animation Player. More...
 
class  kanzi::PropertyDrivenAnimationPlayer
 Use Property Driven Animation Player when you want to use a property type to control a keyframe animation. More...
 
class  kanzi::PropertyTargetEasingInterpolator
 Use a Property Target Easing Interpolator when you want to create a smooth transition between the current value of a property and a value that you set dynamically. More...
 
class  kanzi::PropertyTargetInterpolator
 Use a Property Target Interpolator when you want to dynamically set the target value of a property and want to interpolate the current value to the target value over time. More...
 

Detailed Description

Animation players play keyframe animations and interpolate property values to dynamic target values.