• When posting, please be aware that artistic nudity is still nudity and not allowed under RpNation rules. Please edit your pictures accordingly!

    Remember to credit artists when using work not your own.

Help delaying a script

Stellar Nursery

in the meantime
i'm fading in an element using fadeIn but i want it to start 1 second after i click. is there any way to delay the effect of a script after you trigger it?
 
animation-delay:0s
you can add it within a div style style="animation-delay:1s"
 
thank you for the help but it didn't work :C
Where are you putting it? If you look at the code for the Newsletter, the animated section uses that to delay the animation. I've not tried to combine it with an on click though, so maybe Alteras Alteras has some hidden bbcode+ property.
 
Where are you putting it? If you look at the code for the Newsletter, the animated section uses that to delay the animation. I've not tried to combine it with an on click though, so maybe Alteras Alteras has some hidden bbcode+ property.
is it okay if i pm you the code? i tried putting it as a div style. honestly i'm doubtful that using animation-delay will work because i'm not using it on an animation.
 
oh, the setTimeout function in that post was what i needed! thank you so much!
Glad I could kinda help by at least pointing you to the right resources, lol.
 

Users who are viewing this thread

Back
Top