feat: implement continuous perimeter border trail glow layout component#890
Open
pari-dubey1 wants to merge 1 commit into
Open
feat: implement continuous perimeter border trail glow layout component#890pari-dubey1 wants to merge 1 commit into
pari-dubey1 wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Description
This pull request implements the continuous perimeter outline tracking utility under
submissions/examples/border-trail-glow/. This feature introduces an ultra-modern interactive element highlighting technique that projects a laser-sharp glowing light ray cycling endlessly along component boundaries upon hover.Closes #684
Type of Change
Submission Checklist
submissions/examples/your-feature-name/demo.html— self-contained, opens in browser with no server environmentstyle.css— raw CSS for the proposed featureREADME.md— what it does, how to use it, why it fits EaseMotion CSScore/components/Feature Description
What does this add?
It adds an advanced hardware-accelerated border tracing wrapper (
.ease-hover-border-trail) that projects a rotating conic background mask smoothly hidden behind an interior containment layer.How does a developer use it?
Developers attach the utility wrapper class directly over their content cards, passing custom color choices or acceleration metrics seamlessly via simple inline token variables:
Why does it fit EaseMotion CSS?
It strictly honors the core framework protection philosophy—the outer block configuration parameters remain entirely stable inside document flow. This allows complex linear tracing effects to be threw into deeply nested grids or flexible responsive lists without ever triggering layout breakage or browser recalculation drops.
Demo
Screen.Recording.2026-06-02.110940.mp4
Browser Testing
Notes for Maintainer
will-change: transformrendering profiles, the text element layout columns never shift even by a single pixel throughout execution.border-radius: calc(outer - thickness)) ensuring the outer rounded curves match the inward bounding perimeter tracks perfectly without jagged bleeding.