Blogskin Tutorial: Image Hover ( Marquee )

Tumblr_ma7zkeo5911r19xujo1_500_large

assalamualaikum

hai semua. harini ifa nak ajar, kalau sentuh gambar, gambar akan jadi lebih terang. nak tahu macam mana buat? ikut tutorial dekat bawah ni okay!

1. Dashboad > Template
2. F3, search </style>
3. Copy code dekat bawah ni,

/*------ IMAGE ANIMATION------*/
img, a img { border: 0px;  opacity: .75; filter: alpha(opacity=100); -o-transition: opacity 1.5s linear; -webkit-transition: opacity 1.5s linear; -moz-transition: opacity 1.5s linear; }
img:hover, a:hover img {opacity: 100; filter: alpha(opacity=100); -o-transition: opacity 1s linear; -webkit-transition: opacity .8s linear; -moz-transition: opacity 1.5s linear; }



4. Then, paste dekat atas code yang dicari tadi.
5. Preview dan Save

No comments: