An open API service indexing awesome lists of open source software.

https://github.com/codrops/animatesvgtextpath

Animating SVG text on a path on scroll using the Intersection Observer API and SVG filters.
https://github.com/codrops/animatesvgtextpath

animation intersectionobserver-api layout scroll svg svg-filters textpath

Last synced: 3 months ago
JSON representation

Animating SVG text on a path on scroll using the Intersection Observer API and SVG filters.

Awesome Lists containing this project

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)