• During registration a specific email will be required. Only gmail.com & outlook.com" .
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Support.
Adds animation to forum message and notification icons

Adds animation to forum message and notification icons

XenModz

Administrator
XenModz submitted a new resource:

Adds animation to forum message and notification icons - Adds animation to forum message and notification icons

Add the following code to your active theme's extra.less template :
Less:
@keyframes xmtbell {
    0% {
        transform: rotate(0);
    }
    10% {
        transform: rotate(30deg);
    }
    20% {
        transform: rotate(0);
    }
    80% {
        transform: rotate(0);
    }
    90% {
        transform: rotate(-30deg);
    }
    100% {
        transform: rotate(0);
    }
}
@-webkit-keyframes xmtNotificationAnim {
    to {
        box-shadow: 0 0 0 12px rgba(232, 76, 61, 0)...

Read more about this resource...
 
Back
Top Bottom