globalAnimations

globalAnimations utility function

Utility function for animations.

Signature

globalAnimations(app)

Parameters

Parameter
Description

app

-

Usage

const transformHook = (rw) => {
    const animation = globalAnimations(rw);
    // animation.isEnabled, animation.data, etc.
};

Last updated

Was this helpful?