@fylgja/transition
v1.1.1
Published
Add transitions with ease, with the power of CSS variables.
Downloads
31
Readme
Fylgja - Transition
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.