UNPKG

swup

Version:

Complete, flexible, extensible and easy to use page transition library for your web.

15 lines (13 loc) 275 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var updateTransition = function updateTransition(from, to, custom) { // transition routes this.transition = { from: from, to: to, custom: custom }; }; exports.default = updateTransition;