Scrolls right the page by a fixed or custom number of pixels.
Syntax
When I scroll right
When I scroll right <number>
When we scroll right <number>
When scrolling right <number>
Parameters
- <number> (optional) — Number of pixels to scroll right. Defaults to 350 if not specified.
Example
When I scroll right
When I scroll right 800
Scrolls down the page by a custom number of pixels specified by the user.
Example #1: And I scroll right
Example #2: When I scroll right 800
Example #3: And we scroll right 500
Example #4: When scrolling right 1200