feat:should receive multi onRenderFinishedCallbacks

This commit is contained in:
pengfei.zhou
2020-03-10 19:18:33 +08:00
committed by osborn
parent f3f28c55f8
commit 1f5fd7de30
12 changed files with 104 additions and 40 deletions

View File

@@ -127,6 +127,19 @@ class ImageDemo extends Panel {
end: Color.RED,
}
})
coordinator(context).verticalScrolling({
scrollable: it,
scrollRange: {
start: 0,
end: 100,
},
target: imageView,
changing: {
name: "width",
start: 10,
end: 200,
}
})
}).in(rootView)
}
}