Loading
Animated Background Stripes Effect 12 exercises
explainer

Introduction to Animated Background Stripes

We're going to build a cool animated background stripes effect that you can see in the Pro Tailwind calendar app on the selected calendar day, the selected time slot, and action buttons.

We could do the whole implementation with arbitrary values, but we're going to write some traditional CSS to beg

Loading explainer

Transcript

0:00 Hey friend, in this tutorial, we're going to build a pretty cool animated background stripes effect that you can see in the Pro Tailwind calendar app, like here, on the selected calendar day, the selected time slot, and action buttons.

0:15 While we could do the whole implementation with arbitrary values, here we're going to write some traditional CSS to begin with. Eventually, we'll convert our CSS to a Tailwind plugin, which will let us leverage powerful APIs, like matchUtilities, to generate multiple modifier utility classes that will let us change things like the stripe's size, color, or opacity.

0:35 This should be a fun one. I think you'll learn a thing or two about CSS, CSS variables, and the Tailwind plugin API. Let's do this.