Fixing scrollimage for calliope

This commit is contained in:
Abhijith
2016-11-17 10:14:12 -08:00
parent d7e1ec41b8
commit 566326ea17
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