Jump to content

Featured Replies

Все знаю, что бы аватар крутился при наведении, нужен этот

В

.ipsUserPhotoLink:hover
.ipsUserPhoto {

это

-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
o-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);

и тогда он будет крутиться...

 

Но увы у меня не крутиться, мог бы кто не будь помочь...

Link to comment
https://ipbmafia.ru/topic/11384-vrashayushiesya-avatary/
Share on other sites

Попробуйте так:

.ipsUserPhoto:hover {
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
o-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}

 

Link to comment
https://ipbmafia.ru/topic/11384-vrashayushiesya-avatary/?&do=findComment&comment=86904
Share on other sites

Попробуйте так:

.ipsUserPhoto:hover {
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
o-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}

 

​вуаля сработала...

тогда ещё один вопрос, могу ли удалить это,

т.к. это уже есть?

.ipsUserPhotoLink:hover
.ipsUserPhoto { содержимое }

 

Link to comment
https://ipbmafia.ru/topic/11384-vrashayushiesya-avatary/?&do=findComment&comment=86990
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.