Addon hỏi addon này là gì và xin link

  • Thread starter Thread starter Tomm
  • Ngày gửi Ngày gửi

Tomm

Gefreiter
ai cho mình xin add on này là gì và cho mình xin link dow,
mình hover vào cái logo, nó động. demo: forum.sa-mp.vn
upload_2017-5-10_10-31-23.png
 
  • Like
Reactions: THB
Mã:
#logo a:hover {
    text-decoration: none;
    -webkit-filter: sepia(75%);
}
.quaydi:hover, .quaydi:focus {
    -webkit-animation-name: spaceboots;
    -webkit-animation-duration: 1.0s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
.quaydi {
    display: inline-block;
}
Thêm đoạn css trên vào template EXTRA.css của style đang sử dụng.

Sau đó bạn chỉ cần thêm: class="quaydi" vào cái ảnh logo của site bạn như mẫu bên dưới là được
Mã:
<img src="http://i.imgur.com/gRlrXkL.png" alt="rGame - GTA ONLINE - SA-MP.VN" class="quaydi">

Tóm lại là mình thích hiệu ứng này, thanks bạn đã cho xem ví dụ :)
 
Sửa lần cuối:
  • Like
Reactions: THB
Back
Top