# svelte-transitions-draw **Repository Path**: mirrors_sveltejs/svelte-transitions-draw ## Basic Information - **Project Name**: svelte-transitions-draw - **Description**: Draw transition plugin for Svelte - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## DEPRECATED — As of Svelte v3, transitions are built into the main package # svelte-transitions-draw ([demo](https://svelte.technology/repl?version=2.6.2&gist=897a0ede58c59201d57cee7f119bee50)) Draw transition plugin for [Svelte](https://svelte.technology). This transition will only work with `` elements. ![draw](https://user-images.githubusercontent.com/1162160/40150651-d3451460-5948-11e8-8a8b-1986776a414e.gif) ## 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-draw ``` Then add the plugin to your Svelte component's exported definition: ```html {#if visible} {/if} ``` ## Parameters As with most transitions, you can specify `delay` and `duration` parameters (both in milliseconds) and a custom `easing` function (which should live on your `helpers`): ```html ``` ## License [LIL](LICENSE)