Base class for lazy loading functions
Type | Description | |
xPercentage | Number |
The percentage of scroll remaining in x-axis (horizontal). |
xPixels | Number |
The pixel of scroll remaining in x-axis (horizontal). |
yPercentage | Number |
The percentage of scroll remaining in y-axis (vertical). |
yPixels | Number |
The pixel of scroll remaining in y-axis (vertical). |
Return type | Description | |
disableReachXChecking() | None |
Disable the lazy loading checkings. Data will not be loaded further than the specified position eventhough xPercentage or xPixel properties are reached. |
disableReachYChecking() | None |
Disable the lazy loading checkings. Data will not be loaded further than the specified position eventhough yPercentage or yPixel properties are reached. |
enableReachXChecking() | None |
Enable lazy loading checkings in x-axis (horizontal). |
enableReachYChecking() | None |
Enable lazy loading checkings in y-axis (vertical). |
Disable the lazy loading checkings. Data will not be loaded further than the specified position eventhough xPercentage or xPixel properties are reached.
Disable the lazy loading checkings. Data will not be loaded further than the specified position eventhough yPercentage or yPixel properties are reached.
Enable lazy loading checkings in x-axis (horizontal).
Enable lazy loading checkings in y-axis (vertical).
Fired when xPercentage or xPixel properties are reached.
Fired when yPercentage or yPixel properties are reached.