From 51876e2edfd585e8268304945ebca9ee4a6340ea Mon Sep 17 00:00:00 2001 From: Ibrahim Tanyalcin <8837895+IbrahimTanyalcin@users.noreply.github.com> Date: Fri, 17 Jan 2025 23:36:00 +0000 Subject: [PATCH] u readme --- components/manaOrb/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/manaOrb/README.md b/components/manaOrb/README.md index 62f5888..03d2115 100644 --- a/components/manaOrb/README.md +++ b/components/manaOrb/README.md @@ -74,3 +74,6 @@ Above first translates the element to origin (`translate(-50 -50)`), scales it b - **data-update-delay**: Attribute updates are batched and throttled. This attribute defines the interval these updates are called, in ms. Default 50. - **data-resize-delay**: Unless you have custom css, the element will resize itself if the parent dimensions change. This value determines the interval, in ms, of resize calls. Default 500. - **data-toggle-delay**: The animation duration of `el.toggle()` calls. Default 50, in ms. + +## Credits +The idea of using `animateTransform` to animate a pattern is not mine, see this [great twitter post](https://x.com/bbssppllvv/status/1844450794298634307). \ No newline at end of file