Hi, is it possible to change the amount of list pulldown that triggers this event?
i.e. the scroll distance.
Thanks,
Mark
FeathersEventType.PULLING
- Edited
FeathersEventType.PULLING
is triggered many times as you pull, with a value between 0.0 and 1.0. It is triggered immediately when you start pulling (0.0), and continues until you get to the full width or height of the pull view (1.0). The only way to change what 1.0 means is to change the width or height of the pull view to be bigger or smaller.
joshtynjala added the Starling tag .
Ok thanks Josh