@readdy/anim 0.0.21 → 0.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/animations/button/confetti-button/index.js +1 -1
  2. package/animations/button/confetti-button/react.tsx +5 -3
  3. package/animations/card/magic-ui-border-beam/index.js +26 -0
  4. package/animations/card/magic-ui-border-beam/react.tsx +8 -0
  5. package/animations/card/magic-ui-border-beam/style.css +1 -0
  6. package/animations/header/blur-to-sharp-rise/index.js +14 -0
  7. package/animations/header/blur-to-sharp-rise/react.tsx +6 -0
  8. package/animations/header/blur-to-sharp-rise/style.css +1 -0
  9. package/animations/header/gradient-text/index.js +36 -0
  10. package/animations/header/gradient-text/style.css +17 -5
  11. package/animations/header/shimmer-text/index.js +36 -0
  12. package/animations/header/shimmer-text/style.css +16 -5
  13. package/dist/button/3d-flip/react.js +3 -3
  14. package/dist/button/3d-flip.js +3 -3
  15. package/dist/button/blur-fade-in/react.js +1 -1
  16. package/dist/button/blur-fade-in.js +1 -1
  17. package/dist/button/border-beam/react.js +2 -2
  18. package/dist/button/border-beam.js +1 -1
  19. package/dist/button/bounce-elastic/react.js +1 -1
  20. package/dist/button/bounce-elastic.js +1 -1
  21. package/dist/button/bubble-button/react.js +2 -2
  22. package/dist/button/bubble-button.js +2 -2
  23. package/dist/button/confetti-button/react.js +6 -6
  24. package/dist/button/confetti-button.js +3 -3
  25. package/dist/button/glow-cta/react.js +3 -3
  26. package/dist/button/glow-cta.js +3 -3
  27. package/dist/button/magnetic-hover/react.js +3 -3
  28. package/dist/button/magnetic-hover.js +3 -3
  29. package/dist/button/pulse/react.js +1 -1
  30. package/dist/button/pulse.js +1 -1
  31. package/dist/button/rainbow-button/react.js +1 -1
  32. package/dist/button/rainbow-button.js +1 -1
  33. package/dist/button/shimmer-border/react.js +2 -2
  34. package/dist/button/shimmer-border.js +1 -1
  35. package/dist/button/sketch-button/react.js +2 -2
  36. package/dist/button/sketch-button.js +1 -1
  37. package/dist/card/blur-rise/react.js +1 -1
  38. package/dist/card/blur-rise.js +1 -1
  39. package/dist/card/bounce-in-bottom/react.js +1 -1
  40. package/dist/card/bounce-in-bottom.js +1 -1
  41. package/dist/card/card-fan-spread/react.js +2 -2
  42. package/dist/card/card-fan-spread.js +2 -2
  43. package/dist/card/float-idle/react.js +1 -1
  44. package/dist/card/float-idle.js +1 -1
  45. package/dist/card/image-magnifier/react.js +4 -4
  46. package/dist/card/image-magnifier.js +4 -4
  47. package/dist/card/image-zoom-rotate/react.js +3 -3
  48. package/dist/card/image-zoom-rotate.js +2 -2
  49. package/dist/card/pop-in-stack/react.js +2 -2
  50. package/dist/card/pop-in-stack.js +1 -1
  51. package/dist/card/reveal-from-top/react.js +1 -1
  52. package/dist/card/reveal-from-top.js +1 -1
  53. package/dist/card/rgb-split-glitch/react.js +2 -2
  54. package/dist/card/rgb-split-glitch.js +1 -1
  55. package/dist/card/tilted-card/react.js +3 -3
  56. package/dist/card/tilted-card.js +3 -3
  57. package/dist/chunks/{text-split-D02jltVh.js → text-split-6ct2SEme.js} +1 -1
  58. package/dist/chunks/{text-split-frOR4UpH.js → text-split-CdeSt_Fu.js} +1 -1
  59. package/dist/full.css +1 -1
  60. package/dist/full.js +383 -249
  61. package/dist/header/anime-splittext/react.js +2 -2
  62. package/dist/header/anime-splittext.js +1 -1
  63. package/dist/header/bounce-in-down/react.js +3 -3
  64. package/dist/header/bounce-in-down.js +3 -3
  65. package/dist/header/fly-in-chars/react.js +3 -3
  66. package/dist/header/fly-in-chars.js +3 -3
  67. package/dist/header/gradient-text/react.js +1 -1
  68. package/dist/header/gradient-text.js +37 -1
  69. package/dist/header/letter-bounce/react.js +3 -3
  70. package/dist/header/letter-bounce.js +2 -2
  71. package/dist/header/roll-in/react.js +3 -3
  72. package/dist/header/roll-in.js +3 -3
  73. package/dist/header/shimmer-text/react.js +2 -2
  74. package/dist/header/shimmer-text.js +37 -1
  75. package/dist/header/shuffle/react.js +3 -3
  76. package/dist/header/shuffle.js +3 -3
  77. package/dist/header/split-text/react.js +3 -3
  78. package/dist/header/split-text.js +3 -3
  79. package/dist/header/text-type/react.js +2 -2
  80. package/dist/header/text-type.js +2 -2
  81. package/dist/header/word-curtain-reveal/react.js +2 -2
  82. package/dist/header/word-curtain-reveal.js +2 -2
  83. package/dist/meta.json +2 -2
  84. package/dist/metadata.json +71 -107
  85. package/dist/react.css +1 -1
  86. package/dist/types/animations/button/confetti-button/react.d.ts +2 -1
  87. package/dist/types/animations/card/magic-ui-border-beam/index.d.ts +3 -0
  88. package/dist/types/animations/card/magic-ui-border-beam/react.d.ts +5 -0
  89. package/dist/types/animations/header/blur-to-sharp-rise/index.d.ts +3 -0
  90. package/dist/types/animations/header/blur-to-sharp-rise/react.d.ts +4 -0
  91. package/dist/types/react-barrel.d.ts +2 -0
  92. package/dist/types/scripts/bundle-all.d.ts +1 -172
  93. package/dist/types/stories/blur-to-sharp-rise-header.stories.d.ts +4 -4
  94. package/dist/types/stories/magic-ui-border-beam-card.stories.d.ts +4 -4
  95. package/package.json +7 -1
  96. package/react-barrel.js +2 -0
  97. /package/dist/chunks/{constants-EnH6-Pz4.js → constants-B4SUCot6.js} +0 -0
  98. /package/dist/chunks/{constants-ZTHic1pf.js → constants-Ckf5cPIt.js} +0 -0
  99. /package/dist/chunks/{pointer-follow-B3RFnn_q.js → pointer-follow-BM2eyAGD.js} +0 -0
  100. /package/dist/chunks/{pointer-follow-BETANySn.js → pointer-follow-p3-xoxQh.js} +0 -0
  101. /package/dist/chunks/{reduced-motion-BpQYuEzK.js → reduced-motion-Bay2Fxcs.js} +0 -0
  102. /package/dist/chunks/{reduced-motion-HX79Ac8G.js → reduced-motion-CZ_p2Mh_.js} +0 -0
  103. /package/dist/chunks/{resolve-card-media-Cj3V_oms.js → resolve-card-media-C0BoIACv.js} +0 -0
  104. /package/dist/chunks/{resolve-card-media-DBIU-duL.js → resolve-card-media-cXysS2d2.js} +0 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
- "libraryVersion": "0.0.21",
3
+ "libraryVersion": "0.0.26",
4
4
  "animations": [
5
5
  {
6
6
  "id": "anim-readdy-header-letter-bounce",
@@ -34,9 +34,8 @@
34
34
  },
35
35
  "conflictsWith": [],
36
36
  "previewVariant": "text-wave",
37
- "previewImage": "https://static.readdy.ai/anim/previews/headers/letter-bounce.gif",
38
- "prompt": "Apply Letter Bounce animation from @readdy/anim@0.0.21\n\nImport: import { AnimLetterBounce } from '@readdy/anim/header/letter-bounce/react';\nUsage: Replace the target text element with <AnimLetterBounce text=\"...\" tag=\"h1\" stagger={60} duration={700} />. Use the original element tag for the tag prop. Preserve dynamic expressions such as i18n calls when possible.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, render plain text without character animation.\n\nTarget element selector: {selectorContext}",
39
- "enabled": true,
37
+ "previewImage": "https://static.readdy.ai/anim/previews/header/letter-bounce.gif",
38
+ "prompt": "Apply Letter Bounce animation from @readdy/anim@0.0.26\n\nImport: import { AnimLetterBounce } from '@readdy/anim/header/letter-bounce/react';\nUsage: Replace the target text element with <AnimLetterBounce text=\"...\" tag=\"h1\" stagger={60} duration={700} />. Use the original element tag for the tag prop. Preserve dynamic expressions such as i18n calls when possible.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, render plain text without character animation.",
40
39
  "sortOrder": 101
41
40
  },
42
41
  {
@@ -61,9 +60,8 @@
61
60
  },
62
61
  "conflictsWith": [],
63
62
  "previewVariant": "bounce-in-down",
64
- "previewImage": "https://static.readdy.ai/anim/previews/headers/bounce-in-down.gif",
65
- "prompt": "Apply Bounce In Down animation from @readdy/anim@0.0.21\n\nImport: import { AnimBounceInDown } from '@readdy/anim/header/bounce-in-down/react';\nUsage: Wrap the target text element without adding an extra wrapper: <AnimBounceInDown duration={800}>...</AnimBounceInDown>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, keep the text visible without bounce motion.\n\nTarget element selector: {selectorContext}",
66
- "enabled": true,
63
+ "previewImage": "https://static.readdy.ai/anim/previews/header/bounce-in-down.gif",
64
+ "prompt": "Apply Bounce In Down animation from @readdy/anim@0.0.26\n\nImport: import { AnimBounceInDown } from '@readdy/anim/header/bounce-in-down/react';\nUsage: Wrap the target text element without adding an extra wrapper: <AnimBounceInDown duration={800}>...</AnimBounceInDown>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, keep the text visible without bounce motion.",
67
65
  "sortOrder": 102
68
66
  },
69
67
  {
@@ -77,9 +75,8 @@
77
75
  "options": {},
78
76
  "conflictsWith": [],
79
77
  "previewVariant": "text-shimmer",
80
- "previewImage": "https://static.readdy.ai/anim/previews/headers/shimmer-text.gif",
81
- "prompt": "Apply Shimmer Text animation from @readdy/anim@0.0.21\n\nImport: import { AnimShimmerText } from '@readdy/anim/header/shimmer-text/react';\nUsage: Replace the target text element with <AnimShimmerText text=\"...\" tag=\"h1\" stagger={45} duration={900} />. Use the original element tag for the tag prop.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, render plain text without shimmer motion.\n\nTarget element selector: {selectorContext}",
82
- "enabled": true,
78
+ "previewImage": "https://static.readdy.ai/anim/previews/header/shimmer-text.gif",
79
+ "prompt": "Apply Shimmer Text animation from @readdy/anim@0.0.26\n\nImport: import { AnimShimmerText } from '@readdy/anim/header/shimmer-text/react';\nUsage: Replace the target text element with <AnimShimmerText text=\"...\" tag=\"h1\" stagger={45} duration={900} />. Use the original element tag for the tag prop.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, render plain text without shimmer motion.",
83
80
  "sortOrder": 102
84
81
  },
85
82
  {
@@ -124,9 +121,8 @@
124
121
  },
125
122
  "conflictsWith": [],
126
123
  "previewVariant": "text-type",
127
- "previewImage": "https://static.readdy.ai/anim/previews/headers/text-type.gif",
128
- "prompt": "Apply Text Type animation from @readdy/anim@0.0.21\n\nImport: import { AnimTextType } from '@readdy/anim/header/text-type/react';\nUsage: Replace the target text element with <AnimTextType text=\"...\" tag=\"h1\" stagger={35} duration={500} />. Use the original element tag for the tag prop.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, render the full text immediately.\n\nTarget element selector: {selectorContext}",
129
- "enabled": true,
124
+ "previewImage": "https://static.readdy.ai/anim/previews/header/text-type.gif",
125
+ "prompt": "Apply Text Type animation from @readdy/anim@0.0.26\n\nImport: import { AnimTextType } from '@readdy/anim/header/text-type/react';\nUsage: Replace the target text element with <AnimTextType text=\"...\" tag=\"h1\" stagger={35} duration={500} />. Use the original element tag for the tag prop.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, render the full text immediately.",
130
126
  "sortOrder": 103
131
127
  },
132
128
  {
@@ -140,9 +136,8 @@
140
136
  "options": {},
141
137
  "conflictsWith": [],
142
138
  "previewVariant": "text-gradient",
143
- "previewImage": "https://static.readdy.ai/anim/previews/headers/gradient-text.gif",
144
- "prompt": "Apply Gradient Text animation from @readdy/anim@0.0.21\n\nImport: import { AnimGradientText } from '@readdy/anim/header/gradient-text/react';\nUsage: Wrap the target text element without adding an extra wrapper: <AnimGradientText duration={2400}>...</AnimGradientText>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, keep the gradient static.\n\nTarget element selector: {selectorContext}",
145
- "enabled": true,
139
+ "previewImage": "https://static.readdy.ai/anim/previews/header/gradient-text.gif",
140
+ "prompt": "Apply Gradient Text animation from @readdy/anim@0.0.26\n\nImport: import { AnimGradientText } from '@readdy/anim/header/gradient-text/react';\nUsage: Wrap the target text element without adding an extra wrapper: <AnimGradientText duration={2400}>...</AnimGradientText>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, keep the gradient static.",
146
141
  "sortOrder": 104
147
142
  },
148
143
  {
@@ -167,9 +162,8 @@
167
162
  },
168
163
  "conflictsWith": [],
169
164
  "previewVariant": "text-split",
170
- "previewImage": "https://static.readdy.ai/anim/previews/headers/fly-in-chars.gif",
171
- "prompt": "Apply Fly In Chars animation from @readdy/anim@0.0.21\n\nImport: import { AnimFlyInChars } from '@readdy/anim/header/fly-in-chars/react';\nUsage: Replace the target text element with <AnimFlyInChars text=\"...\" tag=\"h1\" stagger={45} duration={750} />. Use the original element tag for the tag prop.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, render plain text without fly-in motion.\n\nTarget element selector: {selectorContext}",
172
- "enabled": true,
165
+ "previewImage": "https://static.readdy.ai/anim/previews/header/fly-in-chars.gif",
166
+ "prompt": "Apply Fly In Chars animation from @readdy/anim@0.0.26\n\nImport: import { AnimFlyInChars } from '@readdy/anim/header/fly-in-chars/react';\nUsage: Replace the target text element with <AnimFlyInChars text=\"...\" tag=\"h1\" stagger={45} duration={750} />. Use the original element tag for the tag prop.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, render plain text without fly-in motion.",
173
167
  "sortOrder": 105
174
168
  },
175
169
  {
@@ -185,9 +179,8 @@
185
179
  "options": {},
186
180
  "conflictsWith": [],
187
181
  "previewVariant": "box-blur-rise",
188
- "previewImage": "https://static.readdy.ai/anim/previews/headers/blur-to-sharp-rise.gif",
189
- "prompt": "Apply Blur-to-sharp Rise animation from @readdy/anim@0.0.21\n\nImport: import { AnimBlurRise } from '@readdy/anim/card/blur-rise/react';\nUsage: Wrap the target heading or text container without adding an extra wrapper: <AnimBlurRise>...</AnimBlurRise>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, show the text immediately without blur or rise motion.\n\nTarget element selector: {selectorContext}",
190
- "enabled": true,
182
+ "previewImage": "https://static.readdy.ai/anim/previews/header/blur-to-sharp-rise.gif",
183
+ "prompt": "Apply Blur-to-sharp Rise animation from @readdy/anim@0.0.26\n\nImport: import { AnimBlurToSharpRise } from '@readdy/anim/header/blur-to-sharp-rise/react';\nUsage: Wrap the target heading or text container without adding an extra wrapper: <AnimBlurToSharpRise>...</AnimBlurToSharpRise>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, show the text immediately without blur or rise motion.",
191
184
  "sortOrder": 106
192
185
  },
193
186
  {
@@ -212,9 +205,8 @@
212
205
  },
213
206
  "conflictsWith": [],
214
207
  "previewVariant": "roll-in",
215
- "previewImage": "https://static.readdy.ai/anim/previews/headers/roll-in.gif",
216
- "prompt": "Apply Roll In animation from @readdy/anim@0.0.21\n\nImport: import { AnimRollIn } from '@readdy/anim/header/roll-in/react';\nUsage: Wrap the target text element without adding an extra wrapper: <AnimRollIn duration={700}>...</AnimRollIn>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, keep the text visible without entrance motion.\n\nTarget element selector: {selectorContext}",
217
- "enabled": true,
208
+ "previewImage": "https://static.readdy.ai/anim/previews/header/roll-in.gif",
209
+ "prompt": "Apply Roll In animation from @readdy/anim@0.0.26\n\nImport: import { AnimRollIn } from '@readdy/anim/header/roll-in/react';\nUsage: Wrap the target text element without adding an extra wrapper: <AnimRollIn duration={700}>...</AnimRollIn>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, keep the text visible without entrance motion.",
218
210
  "sortOrder": 106
219
211
  },
220
212
  {
@@ -249,9 +241,8 @@
249
241
  },
250
242
  "conflictsWith": [],
251
243
  "previewVariant": "text-split",
252
- "previewImage": "https://static.readdy.ai/anim/previews/headers/split-text.gif",
253
- "prompt": "Apply Split Text animation from @readdy/anim@0.0.21\n\nImport: import { AnimSplitText } from '@readdy/anim/header/split-text/react';\nUsage: Replace the target text element with <AnimSplitText text=\"...\" tag=\"h1\" stagger={50} duration={650} />. Use the original element tag for the tag prop.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, render plain text without split animation.\n\nTarget element selector: {selectorContext}",
254
- "enabled": true,
244
+ "previewImage": "https://static.readdy.ai/anim/previews/header/split-text.gif",
245
+ "prompt": "Apply Split Text animation from @readdy/anim@0.0.26\n\nImport: import { AnimSplitText } from '@readdy/anim/header/split-text/react';\nUsage: Replace the target text element with <AnimSplitText text=\"...\" tag=\"h1\" stagger={50} duration={650} />. Use the original element tag for the tag prop.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, render plain text without split animation.",
255
246
  "sortOrder": 107
256
247
  },
257
248
  {
@@ -306,9 +297,8 @@
306
297
  },
307
298
  "conflictsWith": [],
308
299
  "previewVariant": "text-shuffle",
309
- "previewImage": "https://static.readdy.ai/anim/previews/headers/shuffle.gif",
310
- "prompt": "Apply Shuffle animation from @readdy/anim@0.0.21\n\nImport: import { AnimShuffle } from '@readdy/anim/header/shuffle/react';\nUsage: Replace the target text element with <AnimShuffle text=\"...\" tag=\"h1\" stagger={30} duration={800} />. Use the original element tag for the tag prop.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, render the final text without shuffle motion.\n\nTarget element selector: {selectorContext}",
311
- "enabled": true,
300
+ "previewImage": "https://static.readdy.ai/anim/previews/header/shuffle.gif",
301
+ "prompt": "Apply Shuffle animation from @readdy/anim@0.0.26\n\nImport: import { AnimShuffle } from '@readdy/anim/header/shuffle/react';\nUsage: Replace the target text element with <AnimShuffle text=\"...\" tag=\"h1\" stagger={30} duration={800} />. Use the original element tag for the tag prop.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, render the final text without shuffle motion.",
312
302
  "sortOrder": 108
313
303
  },
314
304
  {
@@ -333,9 +323,8 @@
333
323
  },
334
324
  "conflictsWith": [],
335
325
  "previewVariant": "text-wave",
336
- "previewImage": "https://static.readdy.ai/anim/previews/headers/anime-splittext.gif",
337
- "prompt": "Apply Anime Split Text animation from @readdy/anim@0.0.21\n\nImport: import { AnimAnimeSplitText } from '@readdy/anim/header/anime-splittext/react';\nUsage: Replace the target text element with <AnimAnimeSplitText text=\"...\" tag=\"h1\" stagger={55} duration={720} />. Use the original element tag for the tag prop.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, render plain text without split text motion.\n\nTarget element selector: {selectorContext}",
338
- "enabled": true,
326
+ "previewImage": "https://static.readdy.ai/anim/previews/header/anime-splittext.gif",
327
+ "prompt": "Apply Anime Split Text animation from @readdy/anim@0.0.26\n\nImport: import { AnimAnimeSplittext } from '@readdy/anim/header/anime-splittext/react';\nUsage: Replace the target text element with <AnimAnimeSplittext text=\"...\" tag=\"h1\" stagger={55} duration={720} />. Use the original element tag for the tag prop.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, render plain text without split text motion.",
339
328
  "sortOrder": 110
340
329
  },
341
330
  {
@@ -360,9 +349,8 @@
360
349
  },
361
350
  "conflictsWith": [],
362
351
  "previewVariant": "text-word-curtain",
363
- "previewImage": "https://static.readdy.ai/anim/previews/headers/word-curtain-reveal.gif",
364
- "prompt": "Apply Word Curtain Reveal animation from @readdy/anim@0.0.21\n\nImport: import { AnimWordCurtainReveal } from '@readdy/anim/header/word-curtain-reveal/react';\nUsage: Replace the target text element with <AnimWordCurtainReveal text=\"...\" tag=\"h1\" stagger={90} duration={850} />. Use the original element tag for the tag prop.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, render the text without masked reveal motion.\n\nTarget element selector: {selectorContext}",
365
- "enabled": true,
352
+ "previewImage": "https://static.readdy.ai/anim/previews/header/word-curtain-reveal.gif",
353
+ "prompt": "Apply Word Curtain Reveal animation from @readdy/anim@0.0.26\n\nImport: import { AnimWordCurtainReveal } from '@readdy/anim/header/word-curtain-reveal/react';\nUsage: Replace the target text element with <AnimWordCurtainReveal text=\"...\" tag=\"h1\" stagger={90} duration={850} />. Use the original element tag for the tag prop.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, render the text without masked reveal motion.",
366
354
  "sortOrder": 111
367
355
  },
368
356
  {
@@ -388,8 +376,7 @@
388
376
  "conflictsWith": [],
389
377
  "previewVariant": "3d-flip",
390
378
  "previewImage": "https://static.readdy.ai/anim/previews/buttons/3d-flip.gif",
391
- "prompt": "Apply 3D Flip animation from @readdy/anim@0.0.21\n\nImport: import { AnimThreeDFlip } from '@readdy/anim/button/3d-flip/react';\nUsage: Wrap the target interactive element without adding an extra wrapper: <AnimThreeDFlip maxTilt={15} duration={450}>...</AnimThreeDFlip>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, do not attach 3D transform behavior.\n\nTarget element selector: {selectorContext}",
392
- "enabled": true,
379
+ "prompt": "Apply 3D Flip animation from @readdy/anim@0.0.26\n\nImport: import { Anim3DFlip } from '@readdy/anim/button/3d-flip/react';\nUsage: Wrap the target interactive element without adding an extra wrapper: <Anim3DFlip maxTilt={15} duration={450}>...</Anim3DFlip>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, do not attach 3D transform behavior.",
393
380
  "sortOrder": 201
394
381
  },
395
382
  {
@@ -416,8 +403,7 @@
416
403
  "conflictsWith": [],
417
404
  "previewVariant": "btn-scale",
418
405
  "previewImage": "https://static.readdy.ai/anim/previews/buttons/magnetic-hover.gif",
419
- "prompt": "Apply Magnetic Hover animation from @readdy/anim@0.0.21\n\nImport: import { AnimMagneticHover } from '@readdy/anim/button/magnetic-hover/react';\nUsage: Wrap the target interactive element without adding an extra wrapper: <AnimMagneticHover strength={0.08} duration={300}>...</AnimMagneticHover>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, do not attach pointer-driven transform behavior.\n\nTarget element selector: {selectorContext}",
420
- "enabled": true,
406
+ "prompt": "Apply Magnetic Hover animation from @readdy/anim@0.0.26\n\nImport: import { AnimMagneticHover } from '@readdy/anim/button/magnetic-hover/react';\nUsage: Wrap the target interactive element without adding an extra wrapper: <AnimMagneticHover strength={0.08} duration={300}>...</AnimMagneticHover>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, do not attach pointer-driven transform behavior.",
421
407
  "sortOrder": 201
422
408
  },
423
409
  {
@@ -483,8 +469,7 @@
483
469
  "conflictsWith": [],
484
470
  "previewVariant": "border-beam",
485
471
  "previewImage": "https://static.readdy.ai/anim/previews/buttons/border-beam.gif",
486
- "prompt": "Apply Border Beam animation from @readdy/anim@0.0.21\n\nImport: import { AnimBorderBeam } from '@readdy/anim/button/border-beam/react';\nUsage: Wrap the target interactive element without adding an extra wrapper: <AnimBorderBeam duration={1800}>...</AnimBorderBeam>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, keep the border treatment static.\n\nTarget element selector: {selectorContext}",
487
- "enabled": true,
472
+ "prompt": "Apply Border Beam animation from @readdy/anim@0.0.26\n\nImport: import { AnimBorderBeam } from '@readdy/anim/button/border-beam/react';\nUsage: Wrap the target interactive element without adding an extra wrapper: <AnimBorderBeam duration={1800}>...</AnimBorderBeam>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, keep the border treatment static.",
488
473
  "sortOrder": 203
489
474
  },
490
475
  {
@@ -499,8 +484,7 @@
499
484
  "conflictsWith": [],
500
485
  "previewVariant": "bounce-elastic",
501
486
  "previewImage": "https://static.readdy.ai/anim/previews/buttons/bounce-elastic.gif",
502
- "prompt": "Apply Bounce Elastic animation from @readdy/anim@0.0.21\n\nImport: import { AnimBounceElastic } from '@readdy/anim/button/bounce-elastic/react';\nUsage: Wrap the target interactive element without adding an extra wrapper: <AnimBounceElastic duration={650}>...</AnimBounceElastic>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, keep the button static.\n\nTarget element selector: {selectorContext}",
503
- "enabled": true,
487
+ "prompt": "Apply Bounce Elastic animation from @readdy/anim@0.0.26\n\nImport: import { AnimBounceElastic } from '@readdy/anim/button/bounce-elastic/react';\nUsage: Wrap the target interactive element without adding an extra wrapper: <AnimBounceElastic duration={650}>...</AnimBounceElastic>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, keep the button static.",
504
488
  "sortOrder": 204
505
489
  },
506
490
  {
@@ -515,8 +499,7 @@
515
499
  "conflictsWith": [],
516
500
  "previewVariant": "btn-rainbow",
517
501
  "previewImage": "https://static.readdy.ai/anim/previews/buttons/rainbow-button.gif",
518
- "prompt": "Apply Rainbow Button animation from @readdy/anim@0.0.21\n\nImport: import { AnimRainbowButton } from '@readdy/anim/button/rainbow-button/react';\nUsage: Wrap the target interactive element without adding an extra wrapper: <AnimRainbowButton duration={2200}>...</AnimRainbowButton>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, keep the gradient static.\n\nTarget element selector: {selectorContext}",
519
- "enabled": true,
502
+ "prompt": "Apply Rainbow Button animation from @readdy/anim@0.0.26\n\nImport: import { AnimRainbowButton } from '@readdy/anim/button/rainbow-button/react';\nUsage: Wrap the target interactive element without adding an extra wrapper: <AnimRainbowButton duration={2200}>...</AnimRainbowButton>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, keep the gradient static.",
520
503
  "sortOrder": 204
521
504
  },
522
505
  {
@@ -531,8 +514,7 @@
531
514
  "conflictsWith": [],
532
515
  "previewVariant": "btn-sketch",
533
516
  "previewImage": "https://static.readdy.ai/anim/previews/buttons/sketch-button.gif",
534
- "prompt": "Apply Sketch Button animation from @readdy/anim@0.0.21\n\nImport: import { AnimSketchButton } from '@readdy/anim/button/sketch-button/react';\nUsage: Wrap the target interactive element without adding an extra wrapper: <AnimSketchButton jitter={2} duration={450}>...</AnimSketchButton>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, keep the button static.\n\nTarget element selector: {selectorContext}",
535
- "enabled": true,
517
+ "prompt": "Apply Sketch Button animation from @readdy/anim@0.0.26\n\nImport: import { AnimSketchButton } from '@readdy/anim/button/sketch-button/react';\nUsage: Wrap the target interactive element without adding an extra wrapper: <AnimSketchButton jitter={2} duration={450}>...</AnimSketchButton>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, keep the button static.",
536
518
  "sortOrder": 205
537
519
  },
538
520
  {
@@ -553,8 +535,7 @@
553
535
  "conflictsWith": [],
554
536
  "previewVariant": "btn-confetti",
555
537
  "previewImage": "https://static.readdy.ai/anim/previews/buttons/confetti-button.gif",
556
- "prompt": "Apply Confetti Button animation from @readdy/anim@0.0.21\n\nImport: import { AnimConfettiButton } from '@readdy/anim/button/confetti-button/react';\nUsage: Wrap the target interactive element without adding an extra wrapper: <AnimConfettiButton particleCount={18} spread={60}>...</AnimConfettiButton>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, do not emit confetti particles.\n\nTarget element selector: {selectorContext}",
557
- "enabled": true,
538
+ "prompt": "Apply Confetti Button animation from @readdy/anim@0.0.26\n\nImport: import { AnimConfettiButton } from '@readdy/anim/button/confetti-button/react';\nUsage: Wrap the target interactive element without adding an extra wrapper: <AnimConfettiButton particleCount={18} spread={60}>...</AnimConfettiButton>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, do not emit confetti particles.",
558
539
  "sortOrder": 206
559
540
  },
560
541
  {
@@ -590,8 +571,7 @@
590
571
  "conflictsWith": [],
591
572
  "previewVariant": "btn-glow",
592
573
  "previewImage": "https://static.readdy.ai/anim/previews/buttons/glow-cta.gif",
593
- "prompt": "Apply Glow CTA animation from @readdy/anim@0.0.21\n\nImport: import { AnimGlowCta } from '@readdy/anim/button/glow-cta/react';\nUsage: Wrap the target interactive element without adding an extra wrapper: <AnimGlowCta duration={1800}>...</AnimGlowCta>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, keep the glow static or remove pulsing.\n\nTarget element selector: {selectorContext}",
594
- "enabled": true,
574
+ "prompt": "Apply Glow CTA animation from @readdy/anim@0.0.26\n\nImport: import { AnimGlowCta } from '@readdy/anim/button/glow-cta/react';\nUsage: Wrap the target interactive element without adding an extra wrapper: <AnimGlowCta duration={1800}>...</AnimGlowCta>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, keep the glow static or remove pulsing.",
595
575
  "sortOrder": 207
596
576
  },
597
577
  {
@@ -606,8 +586,7 @@
606
586
  "conflictsWith": [],
607
587
  "previewVariant": "btn-bubble",
608
588
  "previewImage": "https://static.readdy.ai/anim/previews/buttons/bubble-button.gif",
609
- "prompt": "Apply Bubble Button animation from @readdy/anim@0.0.21\n\nImport: import { AnimBubbleButton } from '@readdy/anim/button/bubble-button/react';\nUsage: Wrap the target interactive element without adding an extra wrapper: <AnimBubbleButton intensity={1} duration={500}>...</AnimBubbleButton>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, do not attach bubble motion.\n\nTarget element selector: {selectorContext}",
610
- "enabled": true,
589
+ "prompt": "Apply Bubble Button animation from @readdy/anim@0.0.26\n\nImport: import { AnimBubbleButton } from '@readdy/anim/button/bubble-button/react';\nUsage: Wrap the target interactive element without adding an extra wrapper: <AnimBubbleButton intensity={1} duration={500}>...</AnimBubbleButton>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, do not attach bubble motion.",
611
590
  "sortOrder": 208
612
591
  },
613
592
  {
@@ -622,8 +601,7 @@
622
601
  "conflictsWith": [],
623
602
  "previewVariant": "pulse",
624
603
  "previewImage": "https://static.readdy.ai/anim/previews/buttons/pulse.gif",
625
- "prompt": "Apply Pulse animation from @readdy/anim@0.0.21\n\nImport: import { AnimPulse } from '@readdy/anim/button/pulse/react';\nUsage: Wrap the target interactive element without adding an extra wrapper: <AnimPulse duration={1400}>...</AnimPulse>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, disable pulsing.\n\nTarget element selector: {selectorContext}",
626
- "enabled": true,
604
+ "prompt": "Apply Pulse animation from @readdy/anim@0.0.26\n\nImport: import { AnimPulse } from '@readdy/anim/button/pulse/react';\nUsage: Wrap the target interactive element without adding an extra wrapper: <AnimPulse duration={1400}>...</AnimPulse>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, disable pulsing.",
627
605
  "sortOrder": 209
628
606
  },
629
607
  {
@@ -638,8 +616,7 @@
638
616
  "conflictsWith": [],
639
617
  "previewVariant": "btn-blur-fade-in",
640
618
  "previewImage": "https://static.readdy.ai/anim/previews/buttons/blur-fade-in.gif",
641
- "prompt": "Apply Blur Fade In animation from @readdy/anim@0.0.21\n\nImport: import { AnimBlurFadeIn } from '@readdy/anim/button/blur-fade-in/react';\nUsage: Wrap the target interactive element without adding an extra wrapper: <AnimBlurFadeIn duration={650}>...</AnimBlurFadeIn>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, show the element immediately.\n\nTarget element selector: {selectorContext}",
642
- "enabled": true,
619
+ "prompt": "Apply Blur Fade In animation from @readdy/anim@0.0.26\n\nImport: import { AnimBlurFadeIn } from '@readdy/anim/button/blur-fade-in/react';\nUsage: Wrap the target interactive element without adding an extra wrapper: <AnimBlurFadeIn duration={650}>...</AnimBlurFadeIn>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, show the element immediately.",
643
620
  "sortOrder": 211
644
621
  },
645
622
  {
@@ -670,8 +647,7 @@
670
647
  "conflictsWith": [],
671
648
  "previewVariant": "shimmer-border",
672
649
  "previewImage": "https://static.readdy.ai/anim/previews/buttons/shimmer-border.gif",
673
- "prompt": "Apply Shimmer Border animation from @readdy/anim@0.0.21\n\nImport: import { AnimShimmerBorder } from '@readdy/anim/button/shimmer-border/react';\nUsage: Wrap the target interactive element without adding an extra wrapper: <AnimShimmerBorder duration={1600}>...</AnimShimmerBorder>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, keep the border treatment static.\n\nTarget element selector: {selectorContext}",
674
- "enabled": true,
650
+ "prompt": "Apply Shimmer Border animation from @readdy/anim@0.0.26\n\nImport: import { AnimShimmerBorder } from '@readdy/anim/button/shimmer-border/react';\nUsage: Wrap the target interactive element without adding an extra wrapper: <AnimShimmerBorder duration={1600}>...</AnimShimmerBorder>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, keep the border treatment static.",
675
651
  "sortOrder": 211
676
652
  },
677
653
  {
@@ -685,9 +661,8 @@
685
661
  "options": {},
686
662
  "conflictsWith": [],
687
663
  "previewVariant": "blur-rise",
688
- "previewImage": "https://static.readdy.ai/anim/previews/cards/blur-rise.gif",
689
- "prompt": "Apply Blur Rise animation from @readdy/anim@0.0.21\n\nImport: import { AnimBlurRise } from '@readdy/anim/card/blur-rise/react';\nUsage: Wrap the target container without adding an extra wrapper: <AnimBlurRise duration={700}>...</AnimBlurRise>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, show the element immediately.\n\nTarget element selector: {selectorContext}",
690
- "enabled": true,
664
+ "previewImage": "https://static.readdy.ai/anim/previews/card/blur-rise.gif",
665
+ "prompt": "Apply Blur Rise animation from @readdy/anim@0.0.26\n\nImport: import { AnimBlurRise } from '@readdy/anim/card/blur-rise/react';\nUsage: Wrap the target container without adding an extra wrapper: <AnimBlurRise duration={700}>...</AnimBlurRise>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, show the element immediately.",
691
666
  "sortOrder": 301
692
667
  },
693
668
  {
@@ -701,9 +676,8 @@
701
676
  "options": {},
702
677
  "conflictsWith": [],
703
678
  "previewVariant": "bounce-in-bottom",
704
- "previewImage": "https://static.readdy.ai/anim/previews/cards/bounce-in-bottom.gif",
705
- "prompt": "Apply Bounce In Bottom animation from @readdy/anim@0.0.21\n\nImport: import { AnimBounceInBottom } from '@readdy/anim/card/bounce-in-bottom/react';\nUsage: Wrap the target card without adding an extra wrapper: <AnimBounceInBottom duration={800}>...</AnimBounceInBottom>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, show the element immediately.\n\nTarget element selector: {selectorContext}",
706
- "enabled": true,
679
+ "previewImage": "https://static.readdy.ai/anim/previews/card/bounce-in-bottom.gif",
680
+ "prompt": "Apply Bounce In Bottom animation from @readdy/anim@0.0.26\n\nImport: import { AnimBounceInBottom } from '@readdy/anim/card/bounce-in-bottom/react';\nUsage: Wrap the target card without adding an extra wrapper: <AnimBounceInBottom duration={800}>...</AnimBounceInBottom>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, show the element immediately.",
707
681
  "sortOrder": 302
708
682
  },
709
683
  {
@@ -739,9 +713,8 @@
739
713
  },
740
714
  "conflictsWith": [],
741
715
  "previewVariant": "card-tilt",
742
- "previewImage": "https://static.readdy.ai/anim/previews/cards/tilted-card.gif",
743
- "prompt": "Apply Tilted Card animation from @readdy/anim@0.0.21\n\nImport: import { AnimTiltedCard } from '@readdy/anim/card/tilted-card/react';\nUsage: Wrap the target card without adding an extra wrapper: <AnimTiltedCard maxTilt={12} strength={0.08}>...</AnimTiltedCard>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, do not attach pointer-driven tilt behavior.\n\nTarget element selector: {selectorContext}",
744
- "enabled": true,
716
+ "previewImage": "https://static.readdy.ai/anim/previews/card/tilted-card.gif",
717
+ "prompt": "Apply Tilted Card animation from @readdy/anim@0.0.26\n\nImport: import { AnimTiltedCard } from '@readdy/anim/card/tilted-card/react';\nUsage: Wrap the target card without adding an extra wrapper: <AnimTiltedCard maxTilt={12} strength={0.08}>...</AnimTiltedCard>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, do not attach pointer-driven tilt behavior.",
745
718
  "sortOrder": 303
746
719
  },
747
720
  {
@@ -766,9 +739,8 @@
766
739
  },
767
740
  "conflictsWith": [],
768
741
  "previewVariant": "card-flip",
769
- "previewImage": "https://static.readdy.ai/anim/previews/cards/card-flip.gif",
770
- "prompt": "Apply Card Flip animation from @readdy/anim@0.0.21\n\nImport: import { AnimCardFlip } from '@readdy/anim/card/card-flip/react';\nUsage: Wrap the target card element with <AnimCardFlip duration={500} perspective={2000}>...</AnimCardFlip>. Preserve the original content, attributes, event handlers, responsive classes, and layout semantics.\nProps: duration: number (default: 500), perspective: number (default: 2000)\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, render the original element without the animation behavior.\n\nTarget element selector: {selectorContext}",
771
- "enabled": true,
742
+ "previewImage": "https://static.readdy.ai/anim/previews/card/card-flip.gif",
743
+ "prompt": "Apply Card Flip animation from @readdy/anim@0.0.26\n\nImport: import { AnimCardFlip } from '@readdy/anim/card/card-flip/react';\nUsage: Wrap the target card element with <AnimCardFlip duration={500} perspective={2000}>...</AnimCardFlip>. Preserve the original content, attributes, event handlers, responsive classes, and layout semantics.\nProps: duration: number (default: 500), perspective: number (default: 2000)\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, render the original element without the animation behavior.",
772
744
  "sortOrder": 304
773
745
  },
774
746
  {
@@ -782,9 +754,8 @@
782
754
  "options": {},
783
755
  "conflictsWith": [],
784
756
  "previewVariant": "float-idle",
785
- "previewImage": "https://static.readdy.ai/anim/previews/cards/float-idle.gif",
786
- "prompt": "Apply Float Idle animation from @readdy/anim@0.0.21\n\nImport: import { AnimFloatIdle } from '@readdy/anim/card/float-idle/react';\nUsage: Wrap the target container without adding an extra wrapper: <AnimFloatIdle duration={3000}>...</AnimFloatIdle>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, disable continuous floating.\n\nTarget element selector: {selectorContext}",
787
- "enabled": true,
757
+ "previewImage": "https://static.readdy.ai/anim/previews/card/float-idle.gif",
758
+ "prompt": "Apply Float Idle animation from @readdy/anim@0.0.26\n\nImport: import { AnimFloatIdle } from '@readdy/anim/card/float-idle/react';\nUsage: Wrap the target container without adding an extra wrapper: <AnimFloatIdle duration={3000}>...</AnimFloatIdle>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, disable continuous floating.",
788
759
  "sortOrder": 305
789
760
  },
790
761
  {
@@ -814,9 +785,8 @@
814
785
  },
815
786
  "conflictsWith": [],
816
787
  "previewVariant": "card-glitch",
817
- "previewImage": "https://static.readdy.ai/anim/previews/cards/rgb-split-glitch.gif",
818
- "prompt": "Apply RGB Split Glitch animation from @readdy/anim@0.0.21\n\nImport: import { AnimRgbSplitGlitch } from '@readdy/anim/card/rgb-split-glitch/react';\nUsage: Wrap the target card or media element without adding an extra wrapper: <AnimRgbSplitGlitch duration={1200}>...</AnimRgbSplitGlitch>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, avoid glitch motion.\n\nTarget element selector: {selectorContext}",
819
- "enabled": true,
788
+ "previewImage": "https://static.readdy.ai/anim/previews/card/rgb-split-glitch.gif",
789
+ "prompt": "Apply RGB Split Glitch animation from @readdy/anim@0.0.26\n\nImport: import { AnimRgbSplitGlitch } from '@readdy/anim/card/rgb-split-glitch/react';\nUsage: Wrap the target card or media element without adding an extra wrapper: <AnimRgbSplitGlitch duration={1200}>...</AnimRgbSplitGlitch>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, avoid glitch motion.",
820
790
  "sortOrder": 306
821
791
  },
822
792
  {
@@ -856,9 +826,8 @@
856
826
  },
857
827
  "conflictsWith": [],
858
828
  "previewVariant": "card-fan",
859
- "previewImage": "https://static.readdy.ai/anim/previews/cards/card-fan-spread.gif",
860
- "prompt": "Apply Card Fan Spread animation from @readdy/anim@0.0.21\n\nImport: import { AnimCardFanSpread } from '@readdy/anim/card/card-fan-spread/react';\nUsage: Wrap the target card stack or container without adding an extra wrapper: <AnimCardFanSpread spread={16} rotation={6}>...</AnimCardFanSpread>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, keep cards in their resting layout.\n\nTarget element selector: {selectorContext}",
861
- "enabled": true,
829
+ "previewImage": "https://static.readdy.ai/anim/previews/card/card-fan-spread.gif",
830
+ "prompt": "Apply Card Fan Spread animation from @readdy/anim@0.0.26\n\nImport: import { AnimCardFanSpread } from '@readdy/anim/card/card-fan-spread/react';\nUsage: Wrap the target card stack or container without adding an extra wrapper: <AnimCardFanSpread spread={16} rotation={6}>...</AnimCardFanSpread>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, keep cards in their resting layout.",
862
831
  "sortOrder": 307
863
832
  },
864
833
  {
@@ -888,9 +857,8 @@
888
857
  },
889
858
  "conflictsWith": [],
890
859
  "previewVariant": "image-zoom-rotate",
891
- "previewImage": "https://static.readdy.ai/anim/previews/cards/image-zoom-rotate.gif",
892
- "prompt": "Apply Image Zoom Rotate animation from @readdy/anim@0.0.21\n\nImport: import { AnimImageZoomRotate } from '@readdy/anim/card/image-zoom-rotate/react';\nUsage: Wrap the target image or media card without adding an extra wrapper: <AnimImageZoomRotate zoom={1.08} rotate={2}>...</AnimImageZoomRotate>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, avoid transform-driven zoom and rotation.\n\nTarget element selector: {selectorContext}",
893
- "enabled": true,
860
+ "previewImage": "https://static.readdy.ai/anim/previews/card/image-zoom-rotate.gif",
861
+ "prompt": "Apply Image Zoom Rotate animation from @readdy/anim@0.0.26\n\nImport: import { AnimImageZoomRotate } from '@readdy/anim/card/image-zoom-rotate/react';\nUsage: Wrap the target image or media card without adding an extra wrapper: <AnimImageZoomRotate zoom={1.08} rotate={2}>...</AnimImageZoomRotate>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, avoid transform-driven zoom and rotation.",
894
862
  "sortOrder": 307
895
863
  },
896
864
  {
@@ -920,9 +888,8 @@
920
888
  },
921
889
  "conflictsWith": [],
922
890
  "previewVariant": "card-magnifier",
923
- "previewImage": "https://static.readdy.ai/anim/previews/cards/image-magnifier.gif",
924
- "prompt": "Apply Image Magnifier animation from @readdy/anim@0.0.21\n\nImport: import { AnimImageMagnifier } from '@readdy/anim/card/image-magnifier/react';\nUsage: Wrap the target image or media element without adding an extra wrapper: <AnimImageMagnifier zoom={2} size={120}>...</AnimImageMagnifier>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, do not attach pointer-following magnifier behavior.\n\nTarget element selector: {selectorContext}",
925
- "enabled": true,
891
+ "previewImage": "https://static.readdy.ai/anim/previews/card/image-magnifier.gif",
892
+ "prompt": "Apply Image Magnifier animation from @readdy/anim@0.0.26\n\nImport: import { AnimImageMagnifier } from '@readdy/anim/card/image-magnifier/react';\nUsage: Wrap the target image or media element without adding an extra wrapper: <AnimImageMagnifier zoom={2} size={120}>...</AnimImageMagnifier>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, do not attach pointer-following magnifier behavior.",
926
893
  "sortOrder": 308
927
894
  },
928
895
  {
@@ -957,9 +924,8 @@
957
924
  },
958
925
  "conflictsWith": [],
959
926
  "previewVariant": "pop-in-stack",
960
- "previewImage": "https://static.readdy.ai/anim/previews/cards/pop-in-stack.gif",
961
- "prompt": "Apply Pop In Stack animation from @readdy/anim@0.0.21\n\nImport: import { AnimPopInStack } from '@readdy/anim/card/pop-in-stack/react';\nUsage: Wrap the target card or card stack without adding an extra wrapper: <AnimPopInStack distance={12} duration={600}>...</AnimPopInStack>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, show the stack immediately.\n\nTarget element selector: {selectorContext}",
962
- "enabled": true,
927
+ "previewImage": "https://static.readdy.ai/anim/previews/card/pop-in-stack.gif",
928
+ "prompt": "Apply Pop In Stack animation from @readdy/anim@0.0.26\n\nImport: import { AnimPopInStack } from '@readdy/anim/card/pop-in-stack/react';\nUsage: Wrap the target card or card stack without adding an extra wrapper: <AnimPopInStack distance={12} duration={600}>...</AnimPopInStack>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, show the stack immediately.",
963
929
  "sortOrder": 308
964
930
  },
965
931
  {
@@ -973,9 +939,8 @@
973
939
  "options": {},
974
940
  "conflictsWith": [],
975
941
  "previewVariant": "reveal-from-top",
976
- "previewImage": "https://static.readdy.ai/anim/previews/cards/reveal-from-top.gif",
977
- "prompt": "Apply Reveal From Top animation from @readdy/anim@0.0.21\n\nImport: import { AnimRevealFromTop } from '@readdy/anim/card/reveal-from-top/react';\nUsage: Wrap the target card or section without adding an extra wrapper: <AnimRevealFromTop duration={700}>...</AnimRevealFromTop>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, show the element immediately.\n\nTarget element selector: {selectorContext}",
978
- "enabled": true,
942
+ "previewImage": "https://static.readdy.ai/anim/previews/card/reveal-from-top.gif",
943
+ "prompt": "Apply Reveal From Top animation from @readdy/anim@0.0.26\n\nImport: import { AnimRevealFromTop } from '@readdy/anim/card/reveal-from-top/react';\nUsage: Wrap the target card or section without adding an extra wrapper: <AnimRevealFromTop duration={700}>...</AnimRevealFromTop>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, show the element immediately.",
979
944
  "sortOrder": 309
980
945
  },
981
946
  {
@@ -994,6 +959,11 @@
994
959
  "default": 3000,
995
960
  "description": "Animation duration in milliseconds."
996
961
  },
962
+ "delay": {
963
+ "type": "number",
964
+ "default": 0,
965
+ "description": "Animation delay in milliseconds."
966
+ },
997
967
  "borderWidth": {
998
968
  "type": "number",
999
969
  "default": 1.35,
@@ -1004,6 +974,11 @@
1004
974
  "default": 0.28,
1005
975
  "description": "Glow opacity for the border beam effect."
1006
976
  },
977
+ "initialOffset": {
978
+ "type": "number",
979
+ "default": 0,
980
+ "description": "Initial Offset option."
981
+ },
1007
982
  "colorFrom": {
1008
983
  "type": "string",
1009
984
  "default": "#ff6b6b",
@@ -1024,16 +999,6 @@
1024
999
  "default": "#9ec5ff",
1025
1000
  "description": "Secondary Color To option."
1026
1001
  },
1027
- "initialOffset": {
1028
- "type": "number",
1029
- "default": 0,
1030
- "description": "Initial Offset option."
1031
- },
1032
- "delay": {
1033
- "type": "number",
1034
- "default": 0,
1035
- "description": "Animation delay in milliseconds."
1036
- },
1037
1002
  "reverse": {
1038
1003
  "type": "boolean",
1039
1004
  "default": false,
@@ -1042,9 +1007,8 @@
1042
1007
  },
1043
1008
  "conflictsWith": [],
1044
1009
  "previewVariant": "card-border-beam",
1045
- "previewImage": "https://static.readdy.ai/anim/previews/cards/magic-ui-border-beam.gif",
1046
- "prompt": "Apply Magic UI Border Beam animation from @readdy/anim@0.0.21\n\nImport: import { AnimBorderBeam } from '@readdy/anim/button/border-beam/react';\nUsage: Wrap the target card or section without adding an extra wrapper: <AnimBorderBeam duration={3000} borderWidth={1.35} glowOpacity={0.28}>...</AnimBorderBeam>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, keep the card border static without the moving beam.\n\nTarget element selector: {selectorContext}",
1047
- "enabled": true,
1010
+ "previewImage": "https://static.readdy.ai/anim/previews/card/magic-ui-border-beam.gif",
1011
+ "prompt": "Apply Magic UI Border Beam animation from @readdy/anim@0.0.26\n\nImport: import { AnimMagicUIBorderBeam } from '@readdy/anim/card/magic-ui-border-beam/react';\nUsage: Wrap the target card or section without adding an extra wrapper: <AnimMagicUIBorderBeam duration={3000} borderWidth={1.35} glowOpacity={0.28}>...</AnimMagicUIBorderBeam>.\n\nAccessibility: Check prefers-reduced-motion. If reduced motion is enabled, keep the card border static without the moving beam.",
1048
1012
  "sortOrder": 312
1049
1013
  }
1050
1014
  ]