 Vance IngallsandClaude Sonnet 4.6
|
1fd1b3164a
|
feat(catalog): add motion-blur component (#1274)
* feat(catalog): add motion-blur component
Velocity-driven directional motion blur using SVG filter ghost copies.
Ghost-copy approach gives one-sided trail; feGaussianBlur top layer keeps
element blurry during movement. Uses tween onUpdate pattern (not
tl.eventCallback) so it works in the HyperFrames headless renderer.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* chore: remove accidentally committed .thumbnails cache
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix(catalog): address motion-blur review feedback
- registry-item.json: fix description — SVG feGaussianBlur ghost trail,
not CSS blur/horizontal stretch
- motion-blur.html/demo.html/index.html: fix _hfMbUid counter — use
window._hfMbUid++ directly so re-evaluation doesn't reset and produce
duplicate filter IDs
- demo.html/index.html: fix stretchMax default (0.5 → 0) and add
missing stretchMax > 0 apply/cleanup blocks to match canonical snippet
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-06-08 00:50:09 -07:00 |
|