autoScrollDuration property

int? autoScrollDuration
final

Auto scroll duration in milliseconds

@Default null

@Note null means no auto scroll

Once the value of autoScrollDuration is set, auto scroll will be activated and it will scroll to the next page automatically after the specified duration.

Implementation

final int? autoScrollDuration;