AnimationBlendMode
AnimationBlendMode is used to specify the blending mode for animations.
| attributes | description |
|---|---|
| Blend | Blend two animations smoothly using bilinear interpolation, creating a seamless transition between the two animations. |
| Additive | Adds the results of two animations to create a new animation. This mode is commonly used to create continuous displacement or rotation effects. |
