This page demonstrates various animations for testing the delay_time parameter and screenshot timing.
This page contains various animations that run continuously. The screenshot service should capture these animations at different points depending on the delay_time parameter.
Animations are running at normal speed.
When testing the screenshot service with this page:
POST /v1.0/screenshot
{
"url": "http://localhost:8000/animation",
"delay_time": 500,
"format": "png"
}
POST /v1.0/screenshot
{
"url": "http://localhost:8000/animation",
"delay_time": 3000,
"format": "png"
}
POST /v1.0/screenshot
{
"url": "http://localhost:8000/animation?pause=true",
"format": "png"
}