DOC

org.mvnpm : vanilla-lazyload

Maven & Gradle

May 23, 2024
7.6k stars

vanilla-lazyload · LazyLoad is a lightweight (2.4 kB) and flexible script that speeds up your web application by deferring the loading of your below-the-fold images, videos and iframes to when they will enter the viewport. It's written in plain "vanilla" JavaScript, it leve

Table Of Contents

Latest Version

Download org.mvnpm : vanilla-lazyload Javadoc & API Documentation - Latest Versions:

All Versions

Download org.mvnpm : vanilla-lazyload Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
19.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file vanilla-lazyload-19.1.3-javadoc.jar to vanilla-lazyload-19.1.3-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder vanilla-lazyload-19.1.3-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "vanilla-lazyload-19.1.3-sources.jar" -d "vanilla-lazyload-19.1.3-javadoc" -subpackages 

Advertisement