This commit is contained in:
Tim Wang
2017-07-26 15:24:02 +08:00
committed by GitHub
parent e250e162ef
commit 9e1fbb528b

View File

@@ -3422,7 +3422,7 @@ export interface ViewToken {
export interface ViewabilityConfig {
/**
* Minimum amount of time (in milliseconds) that an item must be physically viewable before the
* viewability callback will be fired. A high number means that Fscrolling through content without
* viewability callback will be fired. A high number means that scrolling through content without
* stopping will not mark the content as viewable.
*/
minimumViewTime?: number;