Forums

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

Home Forums CSS Incomplete Horizontal text scrolling

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

    Dear All

    I have a code that scrolls text horizontally as demonstrated in the link below.The problem is that it does not scroll long sentences.Can someone kindly help me to figure out what could be the problem

    http://codepen.io/WarrenNjiru/pen/RPEZqJ

    Thanks

    #205881
    Paulie_D
    Member

    The text is wrapping.

    To stop that add white-space:nowrap to the p tag and set the width to auto.

    http://codepen.io/Paulie-D/pen/MwZvMK

    #205894
    warrennjiru
    Participant

    Many thanks Paulie_D for the perfect solution.

    I have also noticed that the duration between the scrolling is about 6 seconds.(ie the time lapse between the last and first words).How can we minimize this duration to about 2 seconds.

    Thanks

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