Um - animations. We need to work on this.
type IAnimation = 'm-slide-ftr' | 'm-slide-ftl' | 'm-slide-fbr' | 'm-slide-fbl' | 'm-zoom-fc';
import {IAnimation} from 'uxp/components';
Last updated 12 months ago