darsain / sly

JavaScript library for one-directional scrolling with item based navigation support.
http://darsa.in/sly
2.87k stars 497 forks source link

Nested list #80

Closed amin3d closed 11 years ago

amin3d commented 11 years ago

In the name of Allah,Hello, I want to know is there any possible options to make sly wok on nested list. It seems it works on first level of list. Actually,it stops on first level of nested list instead of stopping on any level when a user click on forward or backward button. Sorry for my bad English.

darsain commented 11 years ago

In short: no. One level only. Making it work for multiple levels is too niche, and would be overly complicated.

fungilation commented 10 years ago

It is not niche. Use case: horizontal sliding "screens" like Twitter's mobile app, with each screen having its own vertical scroll view. Nesting support for horizontal + vertical scroll views would be awesome.