กรุณาปิด โปรแกรมบล๊อกโฆษณา เพราะเราอยู่ได้ด้วยโฆษณาที่ท่านเห็น
Please close the adblock program. Because we can live with the ads you see


วิธีการทํา ทำโลโก้เขย่า logo shake

  • ผู้เริ่มหัวข้อ ผู้เริ่มหัวข้อ iC@fe 
  • วันที่เริ่มต้น วันที่เริ่มต้น

iC@fe 

Administrator
สมาชิกทีมงาน
Admin
เข้าร่วม
21 พฤษภาคม 2009
ข้อความ
1,646
  • กระทู้ ผู้เขียน
  • #1

ทำโลโก้เขย่า logo shake​

ทำง่ายดังนี้ครับ

ไปที่ extra.less แล้วเพิ่มโค๊ดด้านล่างเข้าไป

CSS:
.p-header-logo:hover,
.p-header-logo--image:hover {
    animation: shake-animation 4.72s ease infinite;
    transform-origin: 50% 50%;
}
.element {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    background: red;
}
@keyframes shake-animation {
    0% {
        transform: translate(0, 0);
    }
    1.78571% {
        transform: translate(5px, 0);
    }
    3.57143% {
        transform: translate(0, 0);
    }
    5.35714% {
        transform: translate(5px, 0);
    }
    7.14286% {
        transform: translate(0, 0);
    }
    8.92857% {
        transform: translate(5px, 0);
    }
    10.71429% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}

แล้วบันทึกจะได้แบบ thxf.org เลยครับ

ปล.สั่นช้าเร็วแก้ที่ 4.72s เลยครับ
 

กระทู้ที่คล้ายกัน

ตอบกลับ
0
จำนวนการดู
1พัน

กรุณาปิด โปรแกรมบล๊อกโฆษณา เพราะเราอยู่ได้ด้วยโฆษณาที่ท่านเห็น
Please close the adblock program. Because we can live with the ads you see
กลับ
ยอดนิยม