[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Input](./puppeteer.protocol.input.md) > [SynthesizeScrollGestureRequest](./puppeteer.protocol.input.synthesizescrollgesturerequest.md) > [repeatDelayMs](./puppeteer.protocol.input.synthesizescrollgesturerequest.repeatdelayms.md) ## Protocol.Input.SynthesizeScrollGestureRequest.repeatDelayMs property The number of milliseconds delay between each repeat. (default: 250). Signature: ```typescript repeatDelayMs?: integer; ```