Fade In/Out Page Loading Effect On Blogger Posts
A very common effect in jQuery is the fade effect that hides or shows an element by fading it, and we can use it in many ways as for example in the blog's navigation. The following script does just that, by loading the page with a fading effect when we browse on internal links that are in the blog, such as post titles, labels links, archive, navigation links, etc..
You can see an example in this demo blog , click on the title of any post and see the fading effect when the page is loading. How To Implement the Fade In Loading Effect
1) To put this fading effect on your blog, go to your Template > Edit HTML :
2) Click anywhere inside the code area and search for the </head> tag using CTRL + F keys:
3) Then, just above </head> add the following code: <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>
//<![CDATA[
$(document).ready(function() {
$("…