# svelte-transitions-slide **Repository Path**: mirrors_sveltejs/svelte-transitions-slide ## Basic Information - **Project Name**: svelte-transitions-slide - **Description**: Slide transition plugin for Svelte - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## DEPRECATED — As of Svelte v3, transitions are built into the main package # svelte-transitions-slide Slide transition plugin for [Svelte](https://svelte.technology). [Demo](https://svelte.technology/repl?version=2.5.0&gist=b447904fdd05737538c24268cca144cc)  Note that this transition will behave oddly with `display: inline` elements. ## Usage Recommended usage is via [svelte-transitions](https://github.com/sveltejs/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-slide ``` Then add the plugin to your Svelte component's exported definition: ```html {#if visible}