From 33f6f5fbd422832a002001cf9d4862d7446f4658 Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Tue, 1 Jul 2014 16:13:44 +1000 Subject: [PATCH] Path animation example Add an example of a path animating from one value to another. Note that this is not yet implemented in Web Animations. --- examples/index.html | 2 ++ examples/svg/path.svg | 14 ++++++++++++++ examples/web/path.html | 19 +++++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 examples/svg/path.svg create mode 100644 examples/web/path.html diff --git a/examples/index.html b/examples/index.html index e838365..89b55cf 100644 --- a/examples/index.html +++ b/examples/index.html @@ -58,6 +58,8 @@
  • paced
  • +
  • path
  • +
  • reparent
  • repeatDur
  • diff --git a/examples/svg/path.svg b/examples/svg/path.svg new file mode 100644 index 0000000..e789cec --- /dev/null +++ b/examples/svg/path.svg @@ -0,0 +1,14 @@ + + + + + + + + + + diff --git a/examples/web/path.html b/examples/web/path.html new file mode 100644 index 0000000..52a6806 --- /dev/null +++ b/examples/web/path.html @@ -0,0 +1,19 @@ + + + + + + + + + + +