From f21877a96807a98b4dc9872ff844829632d8660e Mon Sep 17 00:00:00 2001 From: Martin Trapp <94928215+martrapp@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:21:24 +0100 Subject: [PATCH] fix data-* access --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3178679..db0d78b 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,14 @@ The @vtbag website can be found at https://vtbag.dev/ ## !!! News !!! -Now also preserves the animation state of animated SVGs across cross-document view transitions! +Now also fully supports crossing of `data-*` properties. For details see the [CHANGELOG](https://github.com/vtbag/element-crossing/blob/main/CHANGELOG.md) ## What happened before? +> Now also preserves the animation state of animated SVGs across cross-document view transitions, thanks to [Lukas](https://github.com/trombach)! + > Small improvements for smoother animations and handling reloads.