JQuery Question
JQuery Question
- Started
- Last post
- 5 Responses
- mekk0
Use the step function:
http://api.jquery.com/animate/
- kingsteven0
you're actually nearly right nosaj, just fucked up your syntax a bit... you dont need step... just like this:
- nosaj0
Thanks Kingsteven - If I want a delay before it fades out at the end is there a cleaner way to do it than this?
- dbloc0
add .delay(10000)