Đăng kí thành viên · Quên MK?

Lần hoạt động

Diễn đàn | Wap Web | Html - Css
Tìm kiếm
  Code Xoay Trang 360° Sau Khi Tải Xong Trang.
Admin  Admin [FOUNDER]
 
PRO
(01.01.2019 / 15:40) TOP
  1. <style>
  2. @-moz-keyframes roll {
  3. 100% {
  4. -moz-transform: rotate(360deg);
  5. }
  6. }
  7.  
  8. @-o-keyframes roll { 100% {
  9. -o-transform: rotate(360deg);
  10. }
  11. }
  12.  
  13. @-webkit-keyframes roll { 100% {
  14. -webkit-transform: rotate(360deg);
  15. }
  16. }
  17.  
  18. body{
  19. -moz-animation-name: roll;
  20. -moz-animation-duration: 2s;
  21. -moz-animation-iteration-count: 1;
  22. -o-animation-name: roll; -o-animation-duration: 2s;
  23. -o-animation-iteration-count: 2;
  24. -webkit-animation-name: roll;
  25. -webkit-animation-duration: 2s;
  26. -webkit-animation-iteration-count: 1;
  27. }
  28. </style>
77 Lượt xem chủ đề  Tổng số: 1 Comment

Cùng chuyên mục
Lọc theo tác giả
Xem chủ để ngoại tuyến (Offline)

Trong diễn đàn

Sắp xếp theo thứ tự từ trên xuống
Forum.GiaiTri321.Info
Trang chủ
0 / 1

DucVuVip.Pro - Diễn Đàn DucVuVip.Pro, Chia Sẻ Code, Thủ Thuật Wap/Webmaster 6.2.1

© Forum.GiaiTri321.Info