Easy slide library for javascript.
Slide / fade element when it's scrolled into view.
JQuery and JQuery UI
<script src="proxy.php?url=https%3A%2F%2Fcode.jquery.com%2Fjquery-1.12.4.js"></script>
<script src="proxy.php?url=https%3A%2F%2Fajax.googleapis.com%2Fajax%2Flibs%2Fjqueryui%2F1.11.3%2Fjquery-ui.min.js"></script>
Enable in javascript with:
slideFrom.enable = 1
Set attribute 'slidefrom' to element, and give parameters;
slidefrom="slide, FROM, DURATION"
or
slidefrom="fade, DURATION"
Example:
<article slidefrom="slide,left,800">
<p> Hello my friend! </p>
</article>
Example2:
<article slidefrom="fade,800">
<p> Hello my friend! </p>
</article>