/reference/types -> /types

This commit is contained in:
Peli de Halleux
2017-03-16 07:57:41 -07:00
parent 69bd0225ad
commit 00e9217e73
116 changed files with 224 additions and 361 deletions

View File

@ -10,7 +10,7 @@ item.scrollImage(5, 200);
### Parameters
* a [number](/reference/types/number) that means
* a [number](/types/number) that means
how many LEDs to scroll at a time, from right to left or
left to right. If you use a positive number like `2`, the image
will scroll from the right side of the screen to the left.
@ -20,7 +20,7 @@ item.scrollImage(5, 200);
image. It is a square with five LEDs on a side). This is
useful for **animation**.
* a [number](/reference/types/number) that means
* a [number](/types/number) that means
how many milliseconds to wait before scrolling the amount that
``offset`` says. (1000 milliseconds is one second.) The bigger you
make this number, the slower the image will scroll.