July 9, 2007

For those using the fade effect...

Few of you are using the fade effect for peekaboo posts. If you are one of them, you will notice that it doesn't fade anymore (it will appear instantly). This is because I have made some code changes to support both fade and non-fade versions with the same javascript file - http://bvibes.com/hackosphere/widgets/hackosphere.js. This is part of the transition from anniyalogam.com to bvibes.com. To get back the fading effect, you just need to add one more line as shown below.

<script type='text/javascript' src=
'http://bvibes.com/hackosphere/widgets/hackosphere.js'/>
<script type='text/javascript'>
var fade = true;
var peekaboo_bgcolor = '#ffffff';
</script>

I believe you won't have to make any more change regarding this :)

3 comments:

Raquel said...

It's working! :) Check my test blog here.

Thank you.

|ch|baN said...

it's cool when the blog back ground is white, the fade effects looks awesome. but mine is blue it looks wierd.

Deepa said...

Hi.. I changesd the location of the script files as you have suggested from anniyalogam to bvibes.. and tried to have the fadeing effect..

Cant figure out why its not happenig to me
Please see http://horizonwitinus.blogspot.com/

This is waht i did
<script src='http://bvibes.com/hackosphere/widgets/hackosphere.js' type='text/javascript'/>
<script type='text/javascript'>
var fade = true;
var peekaboo_bgcolor = '#ffffff';
</script>