XF 2.2 Как сделать батут под аватаркой чтобы она прыгала при наводе

Статус
В этой теме нельзя размещать новые ответы.
Версия XenForo
2.2.8

bush

Проверенные
Сообщения
42
Реакции
3
Баллы
145
прошлую тему проверенный пользователь почемуто перекинул а мусор короче мне надо сделать так чтобы под автааркой был батут и когда ты на неё наводишь была анимация прыжков но чтобы ник был на месте это как сделать
 
Решение
Less:
.message-cell.message-cell--user {
    .message-avatar-wrapper:hover {
        animation: ava-bounce 1s ease 0s infinite normal both;
    }
    .message-userDetails:before {
        content: "";
        display: block;
        width: 100%;
        height: 40px;
        background: url(https://i.imgur.com/wzky07T.png) no-repeat center;
        background-size: 80px;
        margin-top: -15px;
        @media (max-width: @xf-responsiveMedium) {
            content: none;
        }
    }
}


@keyframes ava-bounce {
    0%, 20%, 53%, 80%, 100% {
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        transform: translate3d(0, -30px, 0);
    }
    70% {
        transform: translate3d(0, -15px, 0);
    }
    90% {...
прошлую тему проверенный пользователь почемуто перекинул а мусор
1643388120881.png

В мусор перекинул как раз не просто рядовой проверенный пользователь, этот форум работает иначе.
 
В мусор перекинул как раз не просто рядовой проверенный пользователь, этот форум работает иначе.
ну у него все могут удалять темы и входить в админку, потом радостно прыгать на батуте
 
OFFTOP

Скорее всего, Вы любите костыли, поэтому и батут из них :)

Для просмотра этого контента нам потребуется ваше согласие на установку файлов cookie третьих лиц.
Более подробную информацию можно найти на нашей странице cookie.

 
В extra.less:
Less:
.message-avatar-wrapper:hover {
    animation: ava-bounce 1s ease 0s infinite normal both;
}

@keyframes ava-bounce {
    0%, 20%, 53%, 80%, 100% {
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        transform: translate3d(0, -30px, 0);
    }
    70% {
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}
Запись_2022_01_28_20_09_35_199.gif
 
Последнее редактирование:
В extra.less:
Less:
.message-avatar-wrapper:hover {
    animation: ava-bounce 1s ease 0s infinite normal both;
}

@keyframes ava-bounce {
    0%, 20%, 53%, 80%, 100% {
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        transform: translate3d(0, -30px, 0);
    }
    70% {
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}
Посмотреть вложение 135595
Вово вооввово и ещё под ним батут нужен
 
Less:
.message-cell.message-cell--user {
    .message-avatar-wrapper:hover {
        animation: ava-bounce 1s ease 0s infinite normal both;
    }
    .message-userDetails:before {
        content: "";
        display: block;
        width: 100%;
        height: 40px;
        background: url(https://i.imgur.com/wzky07T.png) no-repeat center;
        background-size: 80px;
        margin-top: -15px;
        @media (max-width: @xf-responsiveMedium) {
            content: none;
        }
    }
}


@keyframes ava-bounce {
    0%, 20%, 53%, 80%, 100% {
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        transform: translate3d(0, -30px, 0);
    }
    70% {
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}

Запись_2022_01_29_16_35_01_989.gif
 
Less:
.message-cell.message-cell--user {
    .message-avatar-wrapper:hover {
        animation: ava-bounce 1s ease 0s infinite normal both;
    }
    .message-userDetails:before {
        content: "";
        display: block;
        width: 100%;
        height: 40px;
        background: url(https://i.imgur.com/wzky07T.png) no-repeat center;
        background-size: 80px;
        margin-top: -15px;
        @media (max-width: @xf-responsiveMedium) {
            content: none;
        }
    }
}


@keyframes ava-bounce {
    0%, 20%, 53%, 80%, 100% {
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        transform: translate3d(0, -30px, 0);
    }
    70% {
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}

Посмотреть вложение 135611
спасибо!!
 
Так скаю мало показалось просто прыгающий аватар, а он к нему батут сделал) не удивлюсь, если завтра клоуны вокруг него начнут жанглировать
А скай при чём тут?) Тут сам ТС захотел так ?
 
Статус
В этой теме нельзя размещать новые ответы.
Современный облачный хостинг провайдер | Aéza
Назад
Сверху Снизу