@ssgoi/core
Version:
Core animation engine for SSGOI - Native app-like page transitions with spring physics
7 lines • 347 B
TypeScript
import { SggoiTransitionContext } from '../types';
/**
* Applies common styles for outgoing page elements
* Makes the element absolute positioned to allow the incoming page to take its place
*/
export declare const prepareOutgoing: (element: HTMLElement, context?: SggoiTransitionContext) => void;
//# sourceMappingURL=prepare-outgoing.d.ts.map