IAnimation

Definition

type IAnimation =
    | "m-slide-ftr"
    | "m-slide-ftl"
    | "m-slide-fbr"
    | "m-slide-fbl"
    | "m-zoom-fc";

Usage

import { undefined } from 'uxp/components';

Last updated