From e2ef9bcb0e4f2e541fb3deb2bee74f62dd5dc456 Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Thu, 3 Jul 2014 13:16:25 +1000 Subject: [PATCH] Animation of points list Add an example of a polygon with a points list that is animated. Note that 'points' animation is not yet a supported by the Web Animations Polyfill. --- examples/index.html | 2 ++ examples/svg/polygon-points.svg | 8 ++++++++ examples/web/polygon-points.html | 16 ++++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 examples/svg/polygon-points.svg create mode 100644 examples/web/polygon-points.html diff --git a/examples/index.html b/examples/index.html index e838365..3fdab9a 100644 --- a/examples/index.html +++ b/examples/index.html @@ -58,6 +58,8 @@
  • paced
  • +
  • polygon-points
  • +
  • reparent
  • repeatDur
  • diff --git a/examples/svg/polygon-points.svg b/examples/svg/polygon-points.svg new file mode 100644 index 0000000..5385cd2 --- /dev/null +++ b/examples/svg/polygon-points.svg @@ -0,0 +1,8 @@ + + + + + + + diff --git a/examples/web/polygon-points.html b/examples/web/polygon-points.html new file mode 100644 index 0000000..a5c0272 --- /dev/null +++ b/examples/web/polygon-points.html @@ -0,0 +1,16 @@ + + + + + + + + + +