Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Fade Text out after specific time

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32048
    Rugg
    Participant

    Hello…I am curious if anybody is familiar with a way to fade text in and then have it fade away after a few seconds?

    here is an example:
    (the text reading “costume”)
    http://rickardsund.com/costume/1/

    Thank You

    #55270
    SgtLegend
    Member

    You should be able to simply use

    $(function() {
    $('#element').delay(miliseconds).fadeOut();
    });
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.