Skip to content

AnimationBlendMode

AnimationBlendMode is used to specify the blending mode for animations.

attributesdescription
BlendBlend two animations smoothly using bilinear interpolation, creating a seamless transition between the two animations.
AdditiveAdds the results of two animations to create a new animation. This mode is commonly used to create continuous displacement or rotation effects.