XenForo Tutorials

Animate node and thread title

Submitted by Bi0S, , Thread ID: 38067

Thread Closed
Bi0S
Leaks God
Pirates
Level:
0
Reputation:
91
Posts:
7.83K
Likes:
386
Credits:
25.7K
22-06-2017, 09:28 PM
#1
Animate node and thread title

Appearance -> Styles -> You Style -> Templates -> page_container_js_body

In the very beginning add the following code:

Code:
<script type="text/javascript">
$(document).ready(function(){
$("h3 a").hover(function(){
$(this).stop().animate({marginLeft:"10px"},300);}
,function(){
$(this).stop().animate({marginLeft:"0px"},300);
});
});
</script>

Thats it enjoy!
[Image: KiXcHZw.gif]
[Image: yOythq1.png]

RE: Animate node and thread title

johnybrava
Closed Account
Level:
0
Reputation:
0
Posts:
15
Likes:
0
Credits:
15
16-08-2017, 11:49 PM
#2
thank you my friend i need 15 post for download!

RE: Animate node and thread title

rUx
Junior Member
Level:
0
Reputation:
0
Posts:
60
Likes:
4
Credits:
0
24-12-2017, 02:06 PM
#3
Wow, it actually made the nodes look better. Made the nodes more dynamic, a must try :D

Users browsing this thread: 1 Guest(s)