# AnimateSVGTextPath **Repository Path**: mirrors_codrops/AnimateSVGTextPath ## Basic Information - **Project Name**: AnimateSVGTextPath - **Description**: Animating SVG text on a path on scroll using the Intersection Observer API and SVG filters. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Animating SVG Text on a Path A demo where we are animating SVG text on a path on scroll using the Intersection Observer API and SVG filters. ![Animating SVG Text on a Path](https://tympanus.net/codrops/wp-content/uploads/2020/02/TextPath_featured.jpg) [Article on Codrops](https://tympanus.net/codrops/?p=47831) [Demo](http://tympanus.net/Development/AnimateSVGTextPath/) ## Installation Install dependencies: ``` npm install ``` Compile the code for development and start a local server: ``` npm start ``` Create the build: ``` npm run build ``` ## Credits - [imagesLoaded](https://imagesloaded.desandro.com/) by Dave DeSandro - Images from [Unsplash.com](https://unsplash.com/) ## Misc Follow Codrops: [Twitter](http://www.twitter.com/codrops), [Facebook](http://www.facebook.com/codrops), [GitHub](https://github.com/codrops), [Instagram](https://www.instagram.com/codropsss/) ## License [MIT](LICENSE) Made with :blue_heart: by [Codrops](http://www.codrops.com)