Hiệu ứng xoay vòng 360 độ cả trang web cho Blogspot / Blogger
Hiệu ứng xoay vòng 360 độ cả trang web cho Blogspot / Blogger
Đầu tiên các bạn vào Blog Title → Layout → Add Widget → HTML/JavaScript → Copy đoạn code sau vào → Thay đổi cho phù hợp → Lưu lại.
<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: 4s; -moz-animation-iteration-count: 1; -o-animation-name: roll; -o-animation-duration: 4s; -o-animation-iteration-count: 1; -webkit-animation-name: roll; -webkit-animation-duration: 4s; -webkit-animation-iteration-count: 1; } </style>
Hiệu ứng xoay vòng 360 độ cả trang web cho Blogspot / Blogger
Reviewed by Blogger
on
8:08:00 PM
Rating:

Đăng Nhận Xét