Latest Posts :
Home » » Blogger image changer effects with scroll

Blogger image changer effects with scroll




Hi, friends! Now, I will post about a trick. That's Change Image Just with Scroll. The effect is when you put  your cursor on the picture and scroll the mousewheel, the picture will be change. Let's see the DEMO. Now if you want to try this trick, just follow the steps below.

1. Log in to your blogger account
2. Go to Design --> Page Elements --> Add gadget
3. Choose "HTML/Java Script"
<img id="slideshow" src="PICTURE-1" />

<script type="text/javascript">
var myimages=[
"PICTURE-1",
"PICTURE-2",
"PICTURE-3",
"PICTURE-4",
"PICTURE-5"
]
var slideshow=document.getElementById("slideshow")
var nextslideindex=0
function rotateimage(e){
var evt=window.event || e
var delta=evt.detail? evt.detail*(-120) : evt.wheelDelta
nextslideindex=(delta<=-120)? nextslideindex+1 : nextslideindex-1
nextslideindex=(nextslideindex<0)? myimages.length-1 : (nextslideindex>myimages.length-1)? 0 : nextslideindex
slideshow.src=myimages[nextslideindex]
if (evt.preventDefault)
evt.preventDefault()
else
return false
}
var mousewheelevt=(/Firefox/i.test(navigator.userAgent))? "DOMMouseScroll" : "mousewheel"

if (slideshow.attachEvent)
slideshow.attachEvent("on"+mousewheelevt, rotateimage)
else if (slideshow.addEventListener)
slideshow.addEventListener(mousewheelevt, rotateimage, false)
</script>
=> You can replace the images that will be change
=> The image of PICTURE-1 must be same with PICTURE-1
4. Click SAVE

OK, that's all friends... Hopefully usefull :D 
Share this post :

+ comments + 7 comments

Bagi
26.4.12

Woww... its Amazing Boss!!!
Ayas found out that the image can be changed simply by turning the scroll... Good Job Boss!!!
Ijin COpast dulu Boss... Kapan2 Ayas pakek di Blog....
SUCCESS Greeting to You Boss!!!

Lavhalita
26.4.12

wah kayaknya menarik, itu bisa membuat loading blog nambah obesitas gak? hehe :)

Merliza
26.4.12

am i the only one who see nothing on this changement or something?!??

Kapan
26.4.12

wow, very nice. blog demonya banyak bgt nih kayaknya. :)

Rocky
26.4.12

Interesting trick, my friend, beg permission to practice.Glad I could share it here, thanks my friend!

I pay
26.4.12

nice article dude :)

Online Money Earnings
26.4.12

amazing blog Thanks or cool Idea.

Post a Comment

 
Support : Website by | Bharadwaj
Copyright © 2012. Easy Blog Tools - All Rights Reserved
Template Created by Easy Blog Tricks Published by Bharadwaj
Proudly powered by Blogger