diff --git a/tools/perf/page_sets/tough_animation_cases.py b/tools/perf/page_sets/tough_animation_cases.py index ca87da5..aa5ba27 100644 --- a/tools/perf/page_sets/tough_animation_cases.py +++ b/tools/perf/page_sets/tough_animation_cases.py @@ -33,6 +33,20 @@ class ToughAnimationCasesPageSet(story.StorySet): cloud_storage_bucket=story.PARTNER_BUCKET) urls_list_one = [ + 'file://tough_animation_cases/newballs-100ms.html', + 'file://tough_animation_cases/newballs-200ms.html', + 'file://tough_animation_cases/newballs-300ms.html', + 'file://tough_animation_cases/newballs-400ms.html', + 'file://tough_animation_cases/newballs-500ms.html', + 'file://tough_animation_cases/newballs-1s.html', + 'file://tough_animation_cases/newballs-2s.html', + 'file://tough_animation_cases/newballs-3s.html', + 'file://tough_animation_cases/newballs-4s.html', + 'file://tough_animation_cases/newballs-5s.html', + 'file://tough_animation_cases/newballs-no-animation.html', + 'file://tough_animation_cases/newballs-cancel-animation.html', + 'file://tough_animation_cases/newballs-cancel-next-frame.html', + 'file://tough_animation_cases/newballs-1s-transform.html', # Why: Tests the balls animation implemented with SVG animations. 'file://tough_animation_cases/balls_svg_animations.html', # Why: Tests the balls animation implemented with Javascript and canvas. @@ -54,6 +68,10 @@ class ToughAnimationCasesPageSet(story.StorySet): # Why: Tests the balls animation implemented with CSS transitions on all # animatable properties. 'file://tough_animation_cases/balls_css_transition_all_properties.html', + 'file://tough_animation_cases/balls_css_transition_all_properties-transform.html', + 'file://tough_animation_cases/balls_css_transition_all_properties-color.html', + 'file://tough_animation_cases/balls_css_transition_all_properties-onlycolor.html', + 'file://tough_animation_cases/balls_css_transition_all_properties-onlyleft.html', # pylint: disable=C0301 'file://tough_animation_cases/overlay_background_color_css_transitions.html', diff --git a/tools/perf/page_sets/tough_animation_cases/balls_css_transition_all_properties-color.html b/tools/perf/page_sets/tough_animation_cases/balls_css_transition_all_properties-color.html new file mode 100644 index 0000000..a870006 --- /dev/null +++ b/tools/perf/page_sets/tough_animation_cases/balls_css_transition_all_properties-color.html @@ -0,0 +1,156 @@ + + + + +Benchmark - Balls Animation using CSS Transitions on all animatable properties + + + + + diff --git a/tools/perf/page_sets/tough_animation_cases/balls_css_transition_all_properties-onlycolor.html b/tools/perf/page_sets/tough_animation_cases/balls_css_transition_all_properties-onlycolor.html new file mode 100644 index 0000000..f65cc6f --- /dev/null +++ b/tools/perf/page_sets/tough_animation_cases/balls_css_transition_all_properties-onlycolor.html @@ -0,0 +1,156 @@ + + + + +Benchmark - Balls Animation using CSS Transitions on all animatable properties + + + + + diff --git a/tools/perf/page_sets/tough_animation_cases/balls_css_transition_all_properties-onlyleft.html b/tools/perf/page_sets/tough_animation_cases/balls_css_transition_all_properties-onlyleft.html new file mode 100644 index 0000000..e7adf73 --- /dev/null +++ b/tools/perf/page_sets/tough_animation_cases/balls_css_transition_all_properties-onlyleft.html @@ -0,0 +1,155 @@ + + + + +Benchmark - Balls Animation using CSS Transitions on all animatable properties + + + + + diff --git a/tools/perf/page_sets/tough_animation_cases/balls_css_transition_all_properties-transform.html b/tools/perf/page_sets/tough_animation_cases/balls_css_transition_all_properties-transform.html new file mode 100644 index 0000000..83fa31f --- /dev/null +++ b/tools/perf/page_sets/tough_animation_cases/balls_css_transition_all_properties-transform.html @@ -0,0 +1,153 @@ + + + + +Benchmark - Balls Animation using CSS Transitions on all animatable properties + + + + + diff --git a/tools/perf/page_sets/tough_animation_cases/newballs-100ms.html b/tools/perf/page_sets/tough_animation_cases/newballs-100ms.html new file mode 100644 index 0000000..856a16e --- /dev/null +++ b/tools/perf/page_sets/tough_animation_cases/newballs-100ms.html @@ -0,0 +1,132 @@ + + + + +Benchmark - Balls Animation using CSS Transitions on all animatable properties + + + + + diff --git a/tools/perf/page_sets/tough_animation_cases/newballs-1s-transform.html b/tools/perf/page_sets/tough_animation_cases/newballs-1s-transform.html new file mode 100644 index 0000000..6aee010 --- /dev/null +++ b/tools/perf/page_sets/tough_animation_cases/newballs-1s-transform.html @@ -0,0 +1,133 @@ + + + + +Benchmark - Balls Animation using CSS Transitions on all animatable properties + + + + + diff --git a/tools/perf/page_sets/tough_animation_cases/newballs-1s.html b/tools/perf/page_sets/tough_animation_cases/newballs-1s.html new file mode 100644 index 0000000..8aba504 --- /dev/null +++ b/tools/perf/page_sets/tough_animation_cases/newballs-1s.html @@ -0,0 +1,132 @@ + + + + +Benchmark - Balls Animation using CSS Transitions on all animatable properties + + + + + diff --git a/tools/perf/page_sets/tough_animation_cases/newballs-200ms.html b/tools/perf/page_sets/tough_animation_cases/newballs-200ms.html new file mode 100644 index 0000000..d387c8c --- /dev/null +++ b/tools/perf/page_sets/tough_animation_cases/newballs-200ms.html @@ -0,0 +1,132 @@ + + + + +Benchmark - Balls Animation using CSS Transitions on all animatable properties + + + + + diff --git a/tools/perf/page_sets/tough_animation_cases/newballs-2s.html b/tools/perf/page_sets/tough_animation_cases/newballs-2s.html new file mode 100644 index 0000000..1014665 --- /dev/null +++ b/tools/perf/page_sets/tough_animation_cases/newballs-2s.html @@ -0,0 +1,132 @@ + + + + +Benchmark - Balls Animation using CSS Transitions on all animatable properties + + + + + diff --git a/tools/perf/page_sets/tough_animation_cases/newballs-300ms.html b/tools/perf/page_sets/tough_animation_cases/newballs-300ms.html new file mode 100644 index 0000000..1abca29 --- /dev/null +++ b/tools/perf/page_sets/tough_animation_cases/newballs-300ms.html @@ -0,0 +1,132 @@ + + + + +Benchmark - Balls Animation using CSS Transitions on all animatable properties + + + + + diff --git a/tools/perf/page_sets/tough_animation_cases/newballs-3s.html b/tools/perf/page_sets/tough_animation_cases/newballs-3s.html new file mode 100644 index 0000000..8f7e5e3 --- /dev/null +++ b/tools/perf/page_sets/tough_animation_cases/newballs-3s.html @@ -0,0 +1,132 @@ + + + + +Benchmark - Balls Animation using CSS Transitions on all animatable properties + + + + + diff --git a/tools/perf/page_sets/tough_animation_cases/newballs-400ms.html b/tools/perf/page_sets/tough_animation_cases/newballs-400ms.html new file mode 100644 index 0000000..675b5d8 --- /dev/null +++ b/tools/perf/page_sets/tough_animation_cases/newballs-400ms.html @@ -0,0 +1,132 @@ + + + + +Benchmark - Balls Animation using CSS Transitions on all animatable properties + + + + + diff --git a/tools/perf/page_sets/tough_animation_cases/newballs-4s.html b/tools/perf/page_sets/tough_animation_cases/newballs-4s.html new file mode 100644 index 0000000..1ef3a2c --- /dev/null +++ b/tools/perf/page_sets/tough_animation_cases/newballs-4s.html @@ -0,0 +1,132 @@ + + + + +Benchmark - Balls Animation using CSS Transitions on all animatable properties + + + + + diff --git a/tools/perf/page_sets/tough_animation_cases/newballs-500ms.html b/tools/perf/page_sets/tough_animation_cases/newballs-500ms.html new file mode 100644 index 0000000..6d5e4a1 --- /dev/null +++ b/tools/perf/page_sets/tough_animation_cases/newballs-500ms.html @@ -0,0 +1,132 @@ + + + + +Benchmark - Balls Animation using CSS Transitions on all animatable properties + + + + + diff --git a/tools/perf/page_sets/tough_animation_cases/newballs-5s.html b/tools/perf/page_sets/tough_animation_cases/newballs-5s.html new file mode 100644 index 0000000..f072c53 --- /dev/null +++ b/tools/perf/page_sets/tough_animation_cases/newballs-5s.html @@ -0,0 +1,132 @@ + + + + +Benchmark - Balls Animation using CSS Transitions on all animatable properties + + + + + diff --git a/tools/perf/page_sets/tough_animation_cases/newballs-cancel-animation.html b/tools/perf/page_sets/tough_animation_cases/newballs-cancel-animation.html new file mode 100644 index 0000000..ddad70b --- /dev/null +++ b/tools/perf/page_sets/tough_animation_cases/newballs-cancel-animation.html @@ -0,0 +1,131 @@ + + + + +Benchmark - Balls Animation using CSS Transitions on all animatable properties + + + + + diff --git a/tools/perf/page_sets/tough_animation_cases/newballs-cancel-next-frame.html b/tools/perf/page_sets/tough_animation_cases/newballs-cancel-next-frame.html new file mode 100644 index 0000000..71eddf7 --- /dev/null +++ b/tools/perf/page_sets/tough_animation_cases/newballs-cancel-next-frame.html @@ -0,0 +1,142 @@ + + + + +Benchmark - Balls Animation using CSS Transitions on all animatable properties + + + + + diff --git a/tools/perf/page_sets/tough_animation_cases/newballs-no-animation.html b/tools/perf/page_sets/tough_animation_cases/newballs-no-animation.html new file mode 100644 index 0000000..7b16721 --- /dev/null +++ b/tools/perf/page_sets/tough_animation_cases/newballs-no-animation.html @@ -0,0 +1,129 @@ + + + + +Benchmark - Balls Animation using CSS Transitions on all animatable properties + + + + +