ANTICHAT

ANTICHAT (https://forum.antichat.xyz/index.php)
-   PHP (https://forum.antichat.xyz/forumdisplay.php?f=37)
-   -   2.3.6 Анимация увеличения авы при наведении XenForo (Модификация) (https://forum.antichat.xyz/showthread.php?t=1544751)

MEMER_FAUD 07.11.2025 22:09

До

https://forum.antichat.xyz/attachments/28645134/

После наведения на аватарку

https://forum.antichat.xyz/attachments/28645134/

Шаблоны в панель управления XenForo - Extra Less и прописываем этот код:

CSS:





Код:

.avatar:hover
{
transform
:
scale
(
1.9
)
;
transition
:
transform 0.3s ease-in-out
;
}
.avatar--avatar:hover
{
transform
:
rotate
(
15deg
)
;
transition
:
transform 0.4s ease
;
}
.avatar--avatarL:hover
{
transform
:
scale
(
1.05
)
rotate
(
5deg
)
;
box-shadow
:
0 0 15px
rgba
(
0
,
150
,
255
,
0.6
)
;
transition
:
all 0.3s ease
;
}



Автор: AirDeveloper


Время: 04:29