LearnNewsExamplesServices
Frontmatter
id8643
titleDampen Wave Amplitude for Social Icons
stateClosed
labels
enhancementdesignai
assigneestobiu
createdAtJan 14, 2026, 6:31 PM
updatedAtJan 14, 2026, 6:40 PM
githubUrlhttps://github.com/neomjs/neo/issues/8643
authortobiu
commentsCount1
parentIssue8630
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 14, 2026, 6:40 PM

Dampen Wave Amplitude for Social Icons

Closed v11.22.0 enhancementdesignai
tobiu
tobiu commented on Jan 14, 2026, 6:31 PM

Refine the "Tight Orbit" effect for social icons by reducing the vertical amplitude of the wave specifically in those regions.

Logic:

  • Current State: The wave diverts correctly (tight envelope), but the base amplitude (baseAmp from the sine wave) is still large, causing the orbit to swing too wide vertically.
  • Improvement: When inside an "Icon Zone", dampen the baseAmp (the idle sine wave height) so the lines stay closer to the horizontal center, creating a tighter, more precise orbit around the small icons.
  • Implementation: Modulate baseAmp by the inverse of the envelope or a similar proximity factor when isIcon is true.
tobiu added the enhancement label on Jan 14, 2026, 6:31 PM
tobiu added the design label on Jan 14, 2026, 6:31 PM
tobiu added the ai label on Jan 14, 2026, 6:31 PM
tobiu
tobiu Jan 14, 2026, 6:40 PM

Input from Gemini 3 Pro:

✦ I have dampened the wave amplitude for icon zones (Ticket #8643) by modulating baseAmp with the inverse of the isIconZone factor. I also fixed a regression where the opacity/stroke setup for the first strand was accidentally dropped during the damping update. Both strands now render correctly with their independent shimmer phases.

tobiu assigned to @tobiu on Jan 14, 2026, 6:40 PM
tobiu added parent issue #8630 on Jan 14, 2026, 6:40 PM
tobiu closed this issue on Jan 14, 2026, 6:40 PM