How to Auto Scroll content in blogger?

 Auto Scroll 

Are you looking for your page or post of your blogger website to have auto scroll function. Then you have clicked the right post. Here i am going to show you an easy method, how to add auto scroll for your blog post.
Steps:
1. First open your blog post, Keep HTML view.
2. Now copy the below HTML Code  and paste it at the end of your blog post.
3. Publish/Save. 




* Note: You can increase or decrease to adjust speed of scrolling as per your choice and requirement. If you ask me,  01  and 150  works well.


HTML CODE

<script>

  var intervalId;

  var scrollDistance= 01;

   intervalId= setInterval(function() {window.scrollTo(0,window.pageYOffset+scrollDistance);},150); </script>





That is Great! You have now learnt how to Auto Scroll your blog post. Please feel free to leave any constructive feedback, suggestions or questions in the comments and I'll get back to you as quick as I can with concrete solutions. Want to know more about blog writing, please mention. I will make a tutorial on. 


Thankyou
BashTec


Read Also: 

      HTML Music Player 
      HTML link code
      HTML Scrollbox
      Commentbox Code
      HTML Boldtext
      Image Scrolling 
     Disclaimer Page 



Post a Comment

Previous Post Next Post