peachananr / simple-text-rotator

Add a super simple rotating text to your website with little to no markup
http://peachananr.github.io/simple-text-rotator/demo.html
GNU General Public License v2.0
748 stars 249 forks source link

Space between words causes strange behaviour when rotating to the next word in orde #36

Open rolero opened 7 years ago

rolero commented 7 years ago

When is jumps from "Webshop Owner!" to Designer! It first puts a line break between Webshop and Owner and then start the rotation. This causes a strange visual effect within Chrome.

Hello, Entrepreneur!, Webshop owner!, Designer!, Consultant!

NazarkinRoman commented 7 years ago

You can try adding white-space: nowrap to your .rotate element.