MyBB Community Forums

Full Version: Is there a updated guide on how to add sparkle effect to names?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I saw on nulledbb that they had sparkle usernames and i think that would be a pretty cool thing on my website

or animated usernames
Username style
<span class="vipclassstyle">{username}</span>

css
.vipclassstyle{
    background-image: url(https://i.imgur.com/Gvgs1RA.gif);
    color: #b666d2;
    font-weight: bold;
    text-shadow: 0 0 0.9em #b71dbd;
}

Let me know if you need more help
Woah it worked! Thank you so much!!

Is there any other animations?