Skip to main content

Function: transformAnimations()

transformAnimations(animation1, animation2, options?): TransformAnimations

Defined in: animation/transform/SpecialTransforms.ts:420

Create a TransformAnimations meta-animation. This animation interpolates between the effects of two different animations.

Parameters

animation1

Animation

The first animation (source)

animation2

Animation

The second animation (target)

options?

TransformAnimationsOptions

Animation options

Returns

TransformAnimations