- إنضم
- 21/05/2026
- المشاركات
- 48
Follow along with the video below to see how to install our site as a web app on your home screen.
ملاحظة: This feature may not be available in some browsers.
مرحبًا اخي العزيز ..![]()
![]()
ممكن طريقه عمل دوران لصوره العضو عن مرور الماوز
واكون شاكر ليك اخى اعلم انى طلبت الكثير وتم تلبيت طلبى ولاكن كما تعودنا منكم لا تبخلو على احد
مشاهدة المرفق 514
/* تأثير دوران مستمر في اتجاه واحد عند مرور الماوس */
.message-avatar .avatar {
transition: transform 0.6s ease;
}
.message-avatar .avatar:hover {
animation: rotate-once 1s linear forwards;
}
@keyframes rotate-once {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.message-avatar .avatar:hover {
animation: rotate-once 1s linear forwards;
}
ربي يسلمك ..تسلم الايادى اخى يعمل تمام