InteractionManager
Schedule work to run after animations / interactions complete.
InteractionManager.runAfterInteractions(() => {
// heavy work
})
let handle = InteractionManager.createInteractionHandle()
// ...
InteractionManager.clearInteractionHandle(handle)
InteractionManager.setDeadline(100.)