Animated online indicator

Animated online indicator

Allan

Well-known member
Allan submitted a new resource:

Animated online indicator - A simple animation on the online member 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)...

Read more about this resource...
 
Just what I needed
National Hockey League Reaction GIF by NHL
 
This was one of my favorite features from XF1's UI.X theme, glad to have it back. Subtle and visually pleasing.
 
Back
Top Bottom