Sliding views let you present content in distinct, bite-sized chunks while maintaining hierarchy through the use of spacial animation. They look neat, too.
There are many wonderful JavaScript frameworks out there that pull this off beautifully... but they can get kind of complicated. When your needs are simple or responsive, SimpleSlideView may do the trick.
The plugin only needs a few ingredients to work:
data-pushview
and data-popview
attributes on elements you want to trigger slides.Then call...
$(myContainer).simpleSlideView();
...and bob’s your uncle!
Okay, there’s a little more to it than that (especially if you want to customize a bunch of stuff). But not much.
All this (plus documentation and source files) can be yours right now thanks to the magic of GitHub and open source software. Isn’t life great?