Imperator Design
The library

Techniques, not templates

Every trick recreated from the source video as a live, self-contained demo. Search, filter, open, steal.

1 / 3

Pure CSS Sticky Header in a Scroll Container

A header that smoothly sticks to the top of its parent scrollable container as content scrolls underneath, achieved purely with CSS position: sticky and without any JavaScript. This snippet demonstrates common pitfalls and correct implementation.

csslayoutscrollstickypositionnojsheader
2 / 3

Silky Edge Fades

Applies a smooth gradient mask to the top and bottom edges of a scrollable container, making content appear to melt into the background instead of ending abruptly. This creates a more polished and continuous user experience.

uxcssscrollgradientmasksmooth-transition
3 / 3

CSS Scroll-Driven Progress Bar & Reveals

This snippet demonstrates two powerful CSS scroll-driven animations: a reading progress bar that fills as the user scrolls the page (using `animation-timeline: scroll(root)`) and individual cards that fade and lift into view as they enter the viewport (using `animation-timeline: view()`), all achieved with pure CSS, no JavaScript.

animationcssscrollrevealprogress barperformance