Will add the scroll reveal function to .textSections - ensure you change selected DIV to suit desired result. You will need to upload file "scrollReveal.min.js" attached here https://github.com/julianlloyd/scrollReveal.js/tree/master
<script>
$(function(){
$('.textSection').attr('data-sr','enter left, hustle 20px');
});
</script>
<script src='/scrollReveal.min.js'></script>
<script>
$(function(){
window.sr = new scrollReveal();
});
</script>