Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Решено мирцание регистрации

Статус
В этой теме нельзя размещать новые ответы.
Решение
в extra.less;

extra.less:
@keyframes animreg {
    0%, 100% {
        box-shadow: 0 0 5px rgba(220, 38, 38, 0.4),
                    0 0 10px rgba(220, 38, 38, 0.3),
                    0 0 15px rgba(220, 38, 38, 0.2);
        background-color: rgba(220, 38, 38, 0.1);
    }
    50% {
        box-shadow: 0 0 10px rgba(220, 38, 38, 0.8),
                    0 0 20px rgba(220, 38, 38, 0.6),
                    0 0 30px rgba(220, 38, 38, 0.4);
        background-color: rgba(220, 38, 38, 0.2);
    }
}

.p-navgroup-link--register {
    animation: animreg 2s ease-in-out infinite;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.p-navgroup-link--register:hover {
    animation: animreg 1s ease-in-out infinite;
    background-color...
𝚖𝚘𝚛𝚜 𝚌𝚎𝚛𝚝𝚊, 𝚑𝚘𝚛𝚊 𝚒𝚗𝚌𝚎𝚛𝚝𝚊.
Янв
1,565
3,484
Команда форума
Администратор
в extra.less;

extra.less:
@keyframes animreg {
    0%, 100% {
        box-shadow: 0 0 5px rgba(220, 38, 38, 0.4),
                    0 0 10px rgba(220, 38, 38, 0.3),
                    0 0 15px rgba(220, 38, 38, 0.2);
        background-color: rgba(220, 38, 38, 0.1);
    }
    50% {
        box-shadow: 0 0 10px rgba(220, 38, 38, 0.8),
                    0 0 20px rgba(220, 38, 38, 0.6),
                    0 0 30px rgba(220, 38, 38, 0.4);
        background-color: rgba(220, 38, 38, 0.2);
    }
}

.p-navgroup-link--register {
    animation: animreg 2s ease-in-out infinite;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.p-navgroup-link--register:hover {
    animation: animreg 1s ease-in-out infinite;
    background-color: rgba(220, 38, 38, 0.25) !important;
}

если не заработает, дайте ссылку на ваш форум
 
Май
632
132
Активный
в extra.less;

extra.less:
@keyframes animreg {
    0%, 100% {
        box-shadow: 0 0 5px rgba(220, 38, 38, 0.4),
                    0 0 10px rgba(220, 38, 38, 0.3),
                    0 0 15px rgba(220, 38, 38, 0.2);
        background-color: rgba(220, 38, 38, 0.1);
    }
    50% {
        box-shadow: 0 0 10px rgba(220, 38, 38, 0.8),
                    0 0 20px rgba(220, 38, 38, 0.6),
                    0 0 30px rgba(220, 38, 38, 0.4);
        background-color: rgba(220, 38, 38, 0.2);
    }
}

.p-navgroup-link--register {
    animation: animreg 2s ease-in-out infinite;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.p-navgroup-link--register:hover {
    animation: animreg 1s ease-in-out infinite;
    background-color: rgba(220, 38, 38, 0.25) !important;
}

если не заработает, дайте ссылку на ваш форум
Работает, благодарю)
 
Статус
В этой теме нельзя размещать новые ответы.
Сверху