UNPKG

swup

Version:

Versatile and extensible page transition library for server-rendered websites

8 lines 293 B
import type Swup from '../Swup.js'; import type { Visit } from './Visit.js'; /** * Perform the out/leave animation of the current page. * @returns Promise<void> */ export declare const animatePageOut: (this: Swup, visit: Visit) => Promise<void>; //# sourceMappingURL=animatePageOut.d.ts.map