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