Animated online indicator

Animated online indicator 2022-05-21

Нет прав на скачивание
Совместимость с XF
  1. 2.2.x
Краткое описание
Animated online indicator
Animated online indicator
____________________________________

A simple animation on the online member indicator 😉

  • In extra.less template, add this:
CSS:
.message-avatar-online:after
{
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    margin: -7px 0 0 -26px;
    border: 1px solid #7fb900;
    border-radius: 50%;
    box-shadow: 0 0 4px #7fb900, inset 0 0 4px #7fb900;
    -webkit-transform: scale(0);
    -webkit-animation: online 2.5s ease-in-out infinite;
    animation: online 2.5s ease-in-out infinite;
}
@-webkit-keyframes online
{
      0% {opacity: 1;-webkit-transform: scale(0)}
     50% {opacity: .7}
    100% {opacity: 0;-webkit-transform: scale(1)}
}
@keyframes online
{
      0% {opacity: 1;transform: scale(0)}
     50% {opacity: .5}
    100% {opacity: 0;transform: scale(1)}
}
Автор
axtona
Просмотры
533
Первый выпуск
Последнее обновление
Оценки 0.00 звезды 0 оценок
Link was Broken? Please Отправить сообщение команде NP, и мы поможем вам очень быстро!
Поддержите разработчика Если вы довольны тестом или ваш проект приносит доход, нажмите кнопку «Больше информации», чтобы поддержать разработчика покупкой.

Больше Ресурсов от axtona

Brazilian Language [PT-BR] A
Like the other available Brazilian Portuguese translation
Просмотры
15
Обновлено
SEO Audit A
SEO Audit 1.1.0
A comprehensive SEO auditing dashboard for XenForo administrators.
Просмотры
33
Обновлено
XenForo Медиа Галерея / XFMG A
Галерея Media XenForo является официальным расширением XenForo, которое позволяет добавить галерею на ваш XF2
Просмотры
572
Обновлено
Вверх