I have a question about a custom Posts page I want to do. Posts page meaning an actual blog individual blog post. is something like this possible with wordpress, meaning how you scroll down on a desktop and the elements pop out as you are scrolling: http://www.danielspatzek.com/view-projects/projects/4/Vitalmonitor I'd like to be able to add custom code to my posts with tags that will identify the separation points from right to left. Something like adding <custom code> to the actual post and then having it alternate from right to left. Thanks for the input, much appreciated.
Yes, of course it is. However, you'll need custom code - most likely some custom CSS-classes, custom short-codes, and javascript. Shortcodes for adding to the post (for instance something like [slide-left]content goes here[/slide-left]) which then translates into some sort of HTML-elements, with classes, for instance, and then some javascript to interprete the final HTML-code.
There is a js file already available for this on github, with a demo and helper classes, i can give you a hand if you get stuck with it - check it out: This is the demo of what it does, and the different 'slide' animations it holds: http://www.jqueryscript.net/demo/jQuery-Plugin-To-Add-CSS3-Scrolling-Effects-On-Your-Web-Page-Smoove/ Heres the download; https://plugins.jquery.com/smoove/ Bax.