GIF Scroll Animation avatar
GIF Scroll Animation
Try for free

No credit card required

View all Actors
GIF Scroll Animation

GIF Scroll Animation

glenn/gif-scroll-animation
Try for free

No credit card required

Free tool to automatically create an animated GIF of any scrolling web page. Useful for testing UX, showcasing your work, and capturing any website as a GIF, including clickable elements and animations. Includes settings to adjust speed, wait before scrolling, slow down on-page animations, and more.

The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn more

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json <<'EOF'
6{
7  "url": "https://crawlee.dev/",
8  "proxyOptions": {
9    "useApifyProxy": true
10  },
11  "frameRate": 7,
12  "scrollPercentage": 10,
13  "recordingTimeBeforeAction": 1000
14}
15EOF
16
17# Run the Actor using an HTTP API
18# See the full API reference at https://docs.apify.com/api/v2
19curl "https://api.apify.com/v2/acts/glenn~gif-scroll-animation/runs?token=$API_TOKEN" \
20  -X POST \
21  -d @input.json \
22  -H 'Content-Type: application/json'
Developer
Maintained by Apify
Actor metrics
  • 95 monthly users
  • 15 stars
  • 93.3% runs succeeded
  • 16 days response time
  • Created in Jul 2019
  • Modified about 1 month ago
Categories