Fixing scrollimage to actually scroll.

This commit is contained in:
Abhijith
2016-11-16 18:16:49 -08:00
parent 0d04376413
commit 411fe52813
2 changed files with 3 additions and 6 deletions

View File

@ -53,7 +53,7 @@ declare interface Image {
/**
* Scrolls an image .
* @param frameOffset x offset moved on each animation step, eg: 5, 1, -1
* @param frameOffset x offset moved on each animation step, eg: 1, 2, 5
* @param interval time between each animation step in milli seconds, eg: 200
*/
//% help=images/show-image weight=79 async blockNamespace=images