feat:scroller add scrollBy
This commit is contained in:
@@ -1496,6 +1496,9 @@ class Scroller extends Superview {
|
||||
scrollTo(context, offset, animated) {
|
||||
return this.nativeChannel(context, "scrollTo")({ offset, animated });
|
||||
}
|
||||
scrollBy(context, offset, animated) {
|
||||
return this.nativeChannel(context, "scrollBy")({ offset, animated });
|
||||
}
|
||||
}
|
||||
__decorate$7([
|
||||
Property,
|
||||
|
||||
Reference in New Issue
Block a user