Closed marvink closed 11 years ago
Hello,
Just looking back at this. I'm fairly sure it is accounted for in the 1-based index. Its duplicated so the animation looks good. I don't really like the 1-based index idea, but thats how I did it and I don't really have time/reason to rework it.
Thanks for looking out though.
Matt
you should clone:
$list.find('li').clone().appendTo($list);
instead of
$li.clone().appendTo($list);
otherwise the first letter has a bigger chance to win.