1.1.1 • Published 1 year ago

@fylgja/transition v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Fylgja - Transition

NPM version license

Add transitions with ease, with the power of CSS variables.

Installation

npm install @fylgja/transition

Then include the component in to your code via;

@use "@fylgja/transition";
// Or via PostCSS import
@import "@fylgja/transition";

@layer support

If you need support for @layer, use the following import;

@use "@fylgja/transition" with ($transition-layer: "utilities");
// Or via native CSS import, also supported by PostCSS import
@import "@fylgja/transition" layer("utilities");

How to use

For more information see the transition docs on the Fylgja.dev.

1.1.1

1 year ago

1.1.0

1 year ago

1.0.1

3 years ago

1.0.0

3 years ago