Skip to content

Instantly share code, notes, and snippets.

View deenoize's full-sized avatar

Ruslan Galba deenoize

View GitHub Profile
@deenoize
deenoize / smashingmagazine.js
Created July 10, 2016 15:25 — forked from luruke/smashingmagazine.js
Source code of the demo "Improving User Flow Through Page Transitions" on Smashing Magazine.
/*
https://www.smashingmagazine.com/2016/07/improving-user-flow-through-page-transitions/
You can copy paste this code in your console on smashingmagazine.com
in order to have cross-fade transition when change page.
*/
var cache = {};
function loadPage(url) {
if (cache[url]) {