Forums

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

Home Forums CSS Change line of text every few seconds?

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

    Howdy,

    I am looking for a simple method to cycle a line of text every few seconds. I would prefer a css3 solution, but jQuery would be fine as well.

    Example:

    **Hello World**

    Today forecast calls for hot and sunny. <---- The line that cycles/changes If anyone could provide some assistance or point me in the right direction, I would be ever so appreciative . Thank You

    #120736
    Quirkus
    Member

    I would suggest using the jQuery Cycle plugin found here: http://www.malsup.com/jquery/cycle/

    I am assuming you will be rotating text defined in HTML.

    Hope this helps!

    #121117
    CarlRosell
    Participant

    You can also use animations and animate diffrent paragraphs opacity between 0 to 1.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.