r10r / continuous-scrolling

Javascript Implementation of the "Continuous Scrolling UI Pattern"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

An implementation of the continous scrolling UI design pattern

preconditions

The following preconditions are required for this implementation to work:

  • the total number of elements to load is known
  • the height of a single element is known and constant
  • the margin of an element is known

About

Javascript Implementation of the "Continuous Scrolling UI Pattern"


Languages

Language:JavaScript 100.0%