طريقة تأثير تدوير صفحات بلوجر 360º درجة
طريقة تركيب الإضافة
1- ادخل إلى مدونتك /واختر تحرير قالب
2- إبحث عن الوسم </body> وضع الكود التالي فوقه
الكود
<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>
3- احفظ القالب
الرجاء من الأخوة الكرام : زوار المدونة عدم النسخ دون ذكر المصدر
0 Comments:
إرسال تعليق