Since I implemented Prototype and Script.aculo.us for the Lightbox photo album some time ago, I found that I can do more with these libraries – for example a Fade-in / Appear effect for my blog and posts (you can see it, can’t you ?). Now it’s the how to guide:
- Provided that you already included the … for prototype.js and scriptaculous.js in the header.template;
- Then in the same file, find the line of <div id=”content”>
- Add a new attribute to it style=”display:none;”
- Then open the file main.template (your template set may have another name), add the following code right after the template loop through all the posts, but before the links and footer:
{literal}
//
{/literal}
- You can adjust the duration to whatever seconds, you know.
- Apply the same changes to other template files, if required.
- Then upload the those template files to the server, and you are done !!
Enjoy !!