I think it should be the same as the framerate unless the developer
overrides it. So,

public function get minUpdateInterval ():int {
if (_minUpdateInterval==null) {
 _minUpdateInterval = stage.framerate;
}
 return _minUpdateInterval;
}
So minUpdateInterval would be null by default.

On Wednesday, October 8, 2014, after24 <vinc...@after24.net> wrote:

> Hi Justin,
>
> Every device capable (for a specific scroll case) to go beyond 30 fps
> should
> take advantage of this change.
> One more time, the improvement is observable during a user "dragged scroll"
> (application framerate must be greater than 30 fps, I set it to 60 on my
> devices).
>
> Vincent.
>
>
>
>
> --
> View this message in context:
> http://apache-flex-development.2333347.n4.nabble.com/Improvement-of-mobile-scrollings-tp41029p41180.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>

Reply via email to