airbnb / infinity

UITableViews for the web (DEPRECATED)

Home Page:http://airbnb.io/infinity/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request for demos with and without infinity.js

tim-peterson opened this issue · comments

It would be nice to provide demos of an infinite list with and without infinity.js so everyone would understand the benefit of using this plugin.

thank you,
tim

The annotated source is available, as are demos both with Infinity turned off and on.

http://airbnb.github.com/infinity/

@nvartolomei oh man i feel dumb, sorry if that was there before.

It is still a good idea to create a simplified demo, without all the extra information around it.
Pug's demo include lots of logic that isn't relevant to infinity.

Possible examples:

  • Rendering infinity inside defined container. (right now infinity, no matter what I tried to do, don't accept running anywhere besides the whole document scope)
  • Rendering infinity with a simple array.
  • Controlling amount of children for each page.
  • How to use the API. (for example- using listItem & listView options of Height and Width)