UNPKG

swup

Version:

Animated page transitions with css.

8 lines (7 loc) 183 B
'use strict'; module.exports = function (page, popstate) { setTimeout(function () { document.body.classList.remove('is-changing'); history.back(); }, 100); };