choyiny / afullstop

. <- this is a full stop, not a period
http://pages.choy.in/afullstop/?name=Github
MIT License
4 stars 9 forks source link

white background and no text animation fix #11

Closed blanyal closed 8 years ago

blanyal commented 8 years ago

The error was caused when the index number was negative causing the color or text animation to be undefined. Math.Random() will never return 1 therefore all possible index values will be from 0 till the last element of the array.

choyiny commented 8 years ago

8 Merged.