From b5f2cd068f8405c00142eb2c31c47d2a83b83d72 Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Mon, 30 Jun 2014 13:30:16 +1000 Subject: [PATCH] Add test showing animation responsiveness Demonstrate how an animation using widths expressed with percentages should respond as the container width changes. --- examples/index.html | 2 ++ examples/svg/responsive.svg | 15 +++++++++++++++ examples/web/responsive.html | 20 ++++++++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 examples/svg/responsive.svg create mode 100644 examples/web/responsive.html diff --git a/examples/index.html b/examples/index.html index e838365..832273d 100644 --- a/examples/index.html +++ b/examples/index.html @@ -64,6 +64,8 @@
  • repeatEvent
  • +
  • responsive
  • +
  • restart
  • set
  • diff --git a/examples/svg/responsive.svg b/examples/svg/responsive.svg new file mode 100644 index 0000000..e573957 --- /dev/null +++ b/examples/svg/responsive.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/examples/web/responsive.html b/examples/web/responsive.html new file mode 100644 index 0000000..f9e78d6 --- /dev/null +++ b/examples/web/responsive.html @@ -0,0 +1,20 @@ + + + + + + + + + + +