Animated online indicator

Animated online indicator 2022-05-21

Нет прав для скачивания
XF Compatibility
  1. 2.2.x
Short Description
Get the place to high speed external link Скачать and Discuss Animated online indicator 2022-05-21. Now Current version with Внешний URL для скачивания. There are store on a third-party network disk platform. From The Content have 366 Просмотры on NullPro Community .
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
Просмотры
366
Первый выпуск
Обновление
Рейтинги 0,00 звёзд Оценок: 0
Link was Broken? Please Send Message to NP Team with direct message, You will get it very quickly!
Support Developer If you are satisfied with your test or project have earn money successfully, Maybe you can click more information button to support with buying.

Ещё ресурсы от axtona

Cool Timeline Pro - WordPress Timeline Plugin A
an advanced WordPress timeline plugin that showcases your life history timeline
Просмотры
420
Обновлено
[cXF] Node Icon as Clickable Link A
A simple template modification that turns node icons to clickable links.
[XenGenTr] Quick tag user button A
The plugin allows you to create a "Quick Tag User" button in forum topics.
Верх