Animated online indicator

Animated online indicator 2022-05-21

Vous n'avez pas l'autorisation de télécharger
Compatibilité XF
  1. 2.2.x
Description courte
A simple animated online member indicator added to your project with ease using extra.less. Enhance user experience with smooth, scalable animations.
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)}
}
Auteur
axtona
Vues
627
Première publication
Dernière mise à jour
Évaluations 0.00 étoile(s) 0 évaluations
Lien cassé ? Envoyer un message à l’équipe NP et nous vous aiderons rapidement !
Soutenez le développeur Si vous êtes satisfait du test ou que votre projet vous a rapporté de l’argent, cliquez sur le bouton « Plus d’informations » pour soutenir le développeur en achetant.

Plus de ressources de axtona

Persona - Personalise Your Forum Identity A
Persona gives every member on your forum the tools to make their presence their own.
XenForo Média Galerie / XFMG A
Galerie XenForo est un addon officiel de XenForo qui permet d'ajouter une galerie à votre XF2
Relevio.ai A
Relevio.ai 1.0.0
C'est l'add-on XenForo pour Relevio, un moteur de modération unique basé sur le contexte et les règles
Retour
Haut