MyBB Community Forums

Full Version: Make Forum's Icons Shake
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone!

Is it possibile to make the forum icons shake where the forum contains new posts?

I think i need to post a link of the forum where this is active,

Link

On this forum, when you go with the cursor over the forums icons, they will shake and once you click on them to mark the forum as read, they won't shake anymore.

Could someone help?

Thankyou in advance!
As for the " shake " part, you can use

https://daneden.github.io/animate.css/

But to link it with new posts indicator, I think it will take some PHP too.
Thanks, i tried it but i think it is not my field.
RF uses a mouseover js event from raid.js.

view-source:https://cdn.raidforums.com/jscripts/raid.js?v=1.2

function() {
$('.forum_on i', this).shake({
times: 3,
degrees: 4
})
}

But my guess is that if you're not able to properly use Inspect Element yourself that you won't know how to duplicate the feature.

This might help you though..
https://l-lin.github.io/font-awesome-animation/