I've written some code for my vBulletin system that changes the color of a username based on two profile fields. Now, I want to enhance it by adding sparkles. How can I achieve this?
<span style="-webkit-text-fill-color:transparent; background:-webkit-gradient(linear, left top, right top, color-stop(0, COLOUR1), color-stop(1, COLOUR2)); background-size:0; text-shadow:none; -webkit-background-size:auto; -webkit-background-clip:text; font-weight:bold;">Forum Name</span>
Could you help me incorporate the sparkle effect into my existing code?
background: url(custom/v2/sparkles/sparkle-rainbow.gif) !important;
Thank you in advance!