# Mobile Website Scroll GIF for Responsive Design Review

**Use case:** 

Capture a scroll animation GIF of your website on a mobile viewport to assess responsive design and mobile user experience. This helps identify layout issues or

## Input

```json
{
  "url": "https://www.nike.com/gb/",
  "viewportWidth": 375,
  "viewportHeight": 667,
  "scrollStepPx": 150,
  "frameDelayMs": 180,
  "maxFrames": 100,
  "cookieWindowSelector": ".pi-modal__btn-primary",
  "waitToLoadPageMs": 0,
  "downscaleFactor": 1
}
```

## Output

```json
{
  "url": {
    "label": "Page URL",
    "format": "link"
  },
  "gifUrl": {
    "label": "GIF URL",
    "format": "link"
  },
  "frameCount": {
    "label": "Frames"
  },
  "width": {
    "label": "Width"
  },
  "height": {
    "label": "Height"
  },
  "fileSizeBytes": {
    "label": "Size (B)"
  },
  "scrapedAt": {
    "label": "Scraped At"
  }
}
```

## About this Actor

This example demonstrates how to use [GIF Scroll Animation](https://apify.com/crawlerbros/gif-scroll-animation) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/gif-scroll-animation) to learn more, explore other use cases, and run it yourself.