Measured entry

eldora-multi-direction-slide-text

text-effect3dmotion on file

A client-side React text entrance that renders two centered heading lines sliding in from opposite sides. It ships as copied registry source and depends on Motion, clsx, Tailwind utility classes, and a project-defined display font utility.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of eldora-multi-direction-slide-text at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of eldora-multi-direction-slide-text at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of eldora-multi-direction-slide-text at 1440 pixels wide
Harness screenshot at 1440 pixels wide. No horizontal overflow recorded.

Measured

Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.

Harness measurements recorded for eldora-multi-direction-slide-text
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor1
Gzip marginal58.3 KB (123.7 KB build, 65.4 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten from the component source API

Verdict

A focused hero effect that builds and mounts cleanly without a provider, but its fixed heading semantics and lack of reduced-motion handling limit reuse. Use it when both lines are guaranteed and the dramatic page-load entrance is intentional.

Use it if

  • You need a short hero treatment with separate left-entering and right-entering lines.
  • Your app already uses Tailwind utilities and can supply the expected display-font class.
  • A one-time entrance on page render fits the content rather than an interaction-driven animation.

Skip it if

  • You need one semantic heading, since the component always renders each line as its own top-level heading.
  • Either line may be omitted, because the optional props produce empty heading elements.
  • You require built-in reduced-motion behavior or configurable timing and distance.
  • You want a lightweight text effect without adding the Motion runtime.

Install

Installation record for eldora-multi-direction-slide-text
Declared dependenciesmotion, react, clsx
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

Add Motion and clsx, enable the Tailwind utilities used by the source, define the display-font utility or replace it, and place the file in a client-capable React boundary. Pass content through textLeft and textRight rather than children or a text prop.

Source and credit

This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.

License
MIT
Record published
2026-08-13

Alternatives

Other published entries for the text-effect pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.