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

Rotations can be limited in numbers. #33

Open Whip opened 7 years ago

Whip commented 7 years ago

You can limit the number of times the text is rotated with an additional setting:

  $(".rotate").textrotator({
    animation: "flipCube",
    speed: 1250,
    repetitions: 5
  });

If you have 5 repetitions all your individual words will cycle through 5 times and end at the last word in your group. Default is infinite.