Fade transition plugin for Svelte
npm install svelte-transitions-fadeFade transition plugin for Svelte.
Recommended usage is via svelte-transitions, but you can use this module directly if you prefer. Note that it assumes an ES module or CommonJS environment.
Install with npm or yarn:
``bash`
npm install --save svelte-transitions-fade
Then add the plugin to your Svelte component's exported definition:
`html
{{#if visible}}
``