darsain / sly

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

Adding interactive elements after init #196

Closed senner007 closed 9 years ago

senner007 commented 9 years ago

Hello there.

(Title) + doesn't work because I need a way to update the list of interactive elements.

Help.

darsain commented 9 years ago

There is no list of interactive elements. They are recognized when you mousedown over one of them.

Use interactive option to specify interactive elements other than input, button, select, or textarea.