4 Commits

Author SHA1 Message Date
Insality
33c36f4967 fix: don't cancel gui.animate on touch pressed. It leads to some problems. Inert scroll still can be stopped by touch 2019-04-23 23:58:04 +03:00
Insality
80e2392d24 fix: Now you can scroll only one scroll by one (without input race). Removed local scroll param.
case: Double scroll at one place, start scrolling on one direction, you can scroll another scroll on top of first scroll
2019-04-23 23:40:06 +03:00
Insality
263197eb8d disable scroll if scroll zone <= items zone 2019-04-07 15:14:06 +03:00
Maxim Tuprikov
19a9d27635
Feature/scroll (#22)
* base scroll implementation

* add scroll collection example
mofidy scrolls, fix callback calls

* unhover button if start swipe
notify input components on swipe

* add node center offset, calc by pivots
modify with with node center scroll (to correct scroll to point)

* Refactor, add some docs

* fix: set_pos on end on scroll

* add gui.animate speed in settings
2019-04-07 12:10:16 +03:00