Hi everyone,
I managed to integrate the smoothState.js plugin into WF.
Basically, smoothState.js is a jQuery plugin that progressively enhances page loads to give us control over page transitions. This is how those nice websites whose pages never seem to reload are made.
Here is its github page: GitHub - miguel-perez/smoothState.js: Unobtrusive page transitions with jQuery.
Mine is a very primitive implementation but you can see already its enormous potential. Personally, I’d like to achieve a similar end result: http://nikoskoulis.gr (just flick through the pages and you’ll see the page transition I’m talking about.
Other nice transitions can be found here: A Collection of Page Transitions
Here are two tutorials I followed to implement it:
- How To Add Page Transitions with CSS and smoothState.js | CSS-Tricks - CSS-Tricks
- (Video) Tutorial - How to Add SmoothState.js - YouTube
I’ll keep working on this for sure. Meanwhile, I’m looking for someone to jump in and contribute setting this up so as to get some nice results. Unfortunately, I’m not super familiar with JS and I just can’t take advantage of all the amazing options this plugin gives you.
Anyone interested? It’d be a fundamental addition to many WF users’ arsenal!