The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Coding a fade in login bar.
Yeah. I am creating a style for my site. As seen on www.mariokartwii.com, there is a fade in login bar. (Hit the login link to see).
What would be the best way to code this in? |
#2
|
|||
|
|||
The easiest would probably be to use jquery.
Try google'ing 'fade effects in jquery' it is a javascript framework if you don't know. Beware, it requires a bit of knowledge about javascript even with a tutorial! |
#3
|
|||
|
|||
Wow that is really interesting. I have no experience with Java so im out of luck =/
|
#4
|
|||
|
|||
Google javascript css opacity...
First it changes the display of a div or other element from none to block with the opacity set to clear.... Then it executes a css fade in using a timer and javascript to increase the opacity at intervals. then executes the reverse for the fade out and disappear. HTML Code:
This is a very bad way to execute the function however, a bit of a no no. <a href="javascript:shiftOpacity('loginbar');">login</a> This would be a little better. <a href="location of login page" onclick="shiftOpacity('loginbar'); return false;">login</a> |
#5
|
|||
|
|||
It would help if you included the actual function..
|
#6
|
|||
|
|||
I was just correcting the way they were calling the javascript, the function is found on the page in question.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|