Command Palette

Search for a command to run...

Loading component...

Components paid Rolling text

Rolling text

Rolling text animation with staggered timing and delay effects from center to edges, triggered by scroll

Dependencies

Interaction Type

Scroll to trigger rolling text animations
Letters roll with staggered timing from center

CLI UNAVAILABLE

pro component, try copying the source code from top right corner

How to use

import { RollingText } from "@/components/v1/skiper27";

const DemoSkiper27 = () => {
  return (
    <div>
      <RollingText text="CUSTOM TEXT" speed={0.05} duration={4} />
    </div>
  );
};
Props
Description

text

The text to animate with rolling effect

speed

Delay between letters (0.05 is good)

className

Additional CSS classes for styling

duration

Total animation duration (4 is good)

Source code

Click on the top right
to view the source code

Keep in mind

Most components here are recreations of the best out there. I don't claim to be the original creator. This is my attempt to reverse-engineer, replicate, and often add a few extra features. I've tried to credit everyone, but if I missed something, let me know.

Contact

Additionlly, if you find any bug or issue, feel free to
Drop a dm.

License & Usage:

  • Free to use and modify in both personal and commercial projects.
  • Attribution to Skiper UI is required when using the free version.
  • No attribution required with Skiper UI Pro.