Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Setting minimal throttle to 1/60 causes dropped updates. Let's take following example Each frame is 16.666 MS. Frame1: [________didScroll is called towards end of the frame_] Frame2: [_didScroll is called towards beginning of the frame_________] update from Frame 2 doesn't propagate because we set throttle to 16MS thinking that `onScroll` is called for each frame. If Javascript specified value below 1/60 it is basically asking for every update. Reviewed By: shergin, mdvacca Differential Revision: D17829926 fbshipit-source-id: e7b07fd09581cd5053aa27a62cf6f6ddb2193783
- Loading branch information