Hướng dẫn làm hiệu ứng xoay 360 độ cho blog - Đăng Khoa Blog

Hướng dẫn làm hiệu ứng xoay 360 độ cho blog

B1: Vào bồ cục----> Thêm tiện ích---->HTML+JAVASCRIPT----> copy toàn bộ code dưới đây vào: f5 lại và xem kết quả :) code: <sty...

B1: Vào bồ cục----> Thêm tiện ích---->HTML+JAVASCRIPT----> copy toàn bộ code dưới đây vào: f5 lại và xem kết quả :)
code:
<style>
@-moz-keyframes roll {
 100% {
 -moz-transform: rotate(360deg);
}
}

@-o-keyframes roll { 100% {
 -o-transform: rotate(360deg);
}
}

@-webkit-keyframes roll { 100% {
 -webkit-transform: rotate(360deg);
}
}

body{
 -moz-animation-name: roll;
 -moz-animation-duration: 2s;
 -moz-animation-iteration-count: 1;
 -o-animation-name: roll; -o-animation-duration: 2s;
 -o-animation-iteration-count: 2;
 -webkit-animation-name: roll;
 -webkit-animation-duration: 2s;
 -webkit-animation-iteration-count: 1;
 }
</style>

Hướng dẫn làm hiệu ứng xoay 360 độ cho blog Reviewed by Admin Star Khoa IT on 06:08:00 Rating: 5

Không có nhận xét nào:

All Rights Reserved by Đăng Khoa Blog © 2016 - 2017
Thiết Kế Bởi Đăng Khoa

Biểu mẫu liên hệ

Tên

Email *

Thông báo *

Được tạo bởi Blogger.
Xuống cuối trang
Chat
1