Command Palette

Search for a command to run...

Loading component...

Components paid Double stairs preloader

Double stairs preloader

Advanced staircase preloader with dual-direction animations and complex timing. Features double staircase animations that move from both top and bottom with synchronized timing and smooth easing functions for a more complex and engaging preloader experience.

Best Viewed on

For best experience clickto open in full screen mode

Dependencies

Interaction Type

Watch the double staircase animation
Wait for both staircases to complete

CLI UNAVAILABLE

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

How to use

const DemoSkiper10 = () => {
  const [showPreloader, setShowPreloader] = useState(true);

  useEffect(() => {
    const timer = setTimeout(() => {
      setShowPreloader(false);
    }, 2500);

    return () => clearTimeout(timer);
  }, []);

  return (
    <main className="relative">
      <AnimatePresence mode="wait">
        {showPreloader && <Preloader_004 />}
      </AnimatePresence>
      <Main />
    </main>
  );
};

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.