@ssgoi/core
Version:
Core animation engine for SSGOI - Native app-like page transitions with spring physics
11 lines • 337 B
TypeScript
import { PhysicsOptions, Transition, TransitionKey } from '../types';
type ScaleOptions = {
start?: number;
opacity?: number;
axis?: "x" | "y" | "both";
physics?: PhysicsOptions;
key?: TransitionKey;
};
export declare const scale: (options?: ScaleOptions) => Transition;
export {};
//# sourceMappingURL=scale.d.ts.map