From 8676e26077ec6260c3fc47026d39bcb55734a5fd Mon Sep 17 00:00:00 2001 From: Lukas Trombach Date: Wed, 30 Oct 2024 14:29:30 +0100 Subject: [PATCH] chore: add changeset --- .changeset/tidy-parents-explain.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .changeset/tidy-parents-explain.md diff --git a/.changeset/tidy-parents-explain.md b/.changeset/tidy-parents-explain.md new file mode 100644 index 0000000..e95b234 --- /dev/null +++ b/.changeset/tidy-parents-explain.md @@ -0,0 +1,11 @@ +--- +'@vtbag/element-crossing': patch +--- + +Extend `anim` expression with support for SVG animations. + +To transfer the SVG animation state to the new document use the `/svg` key for the `anim` expression + +```html +... +```