
08-12-2008, 05:31 PM
|
|
What's Jailbreak?
|
|
Join Date: Jul 2008
Device + Firmware: iPhone 3G 2.0
Operating System: Windows XP Pro SP2
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
wallpaper fade PLEASE HELP!
|
Hey everybody. So after reading a few posts about fading wallpaper I managed to make one myself with a few png files that I like by editing the Saurik Wallpaper.html included with winterboard. My question is how I can add another 2 or 3 pictures to the scrolling. I modified the html file so that it finds my pictures but I dont know where to put the javascript command so that more pictures will come up. As of now I have:
</head><body style="color: black">
<img src="1_zeldawallpaper.png" id="zelda"/>
<img src="link_wolf.png" id="wolf"/>
<img src="twilight_princess.png" id="twilight"/>
<script>
var fade_in = zelda;
var fade_out = wolf;
var fade = function () {
fade_in.className = 'fade-out';
fade_out.className = 'fade-in';
My problem is i dont know how to add another command so that it will fade to the next image. If anybody can help me a tiny bit id be forever grateful!
Thanks,
Matt
|
|