1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
{
"description": "A collection of animation performance tests",
"pages": [
{
"url": "file:///tough_animation_cases/keyframed_animations.html",
"why": "Tests various keyframed animations.",
"smoothness": { "action": "wait", "condition": "duration", "seconds": 5 }
},
{
"url": "file:///tough_animation_cases/transform_transitions.html",
"why": "Tests various transitions.",
"smoothness": { "action": "wait", "condition": "duration", "seconds": 5 }
},
{
"url": "http://ie.microsoft.com/testdrive/performance/robohornetpro/",
"why": "Login page is slow because of ineffecient transform operations",
"smoothness": { "action": "wait", "condition": "duration", "seconds": 5 }
},
{
"url": "file:///tough_animation_cases/transform_transition_js_block.html",
"why": "JS execution blocks CSS transition unless initial transform is set",
"smoothness": { "action": "wait", "condition": "duration", "seconds": 5 }
}
]
}
|