jdan / dynamo.js

Cycles through bits of text in place
http://jdan.github.io/dynamo.js/
MIT License
626 stars 65 forks source link

Added support for data-delimiter. If there's no data-delimiter specified... #7

Closed genesiscz closed 12 years ago

genesiscz commented 12 years ago

..., default (,) delimiter is used

genesiscz commented 12 years ago

Working demo/test

http://jsfiddle.net/Lka7f/8/

jdan commented 12 years ago

Looks great, but check the diff - delay has been changed from 3000 to 300.

genesiscz commented 12 years ago

Yup, noticed that right after adding :) Fixed

jdan commented 12 years ago

Haha beat me to it :) merged. Thanks