Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iar5 authored Oct 15, 2024
1 parent 9af3446 commit c0e019b
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
# SVG Path Particle Animation

## Description

simple but nice interactive animation for e.g. landing pages.
live demo: https://iar5.github.io/svg-path-particles/app/

Features
- particle movement based on svg spline paths
- spline discretized for performance
- interpolation between discretized points to compress lower sample rates (and reduce file size)
- interactive smooth mouse/touch effects
- smart resizing
- optimised for retine displays
- es6 module
# Interactive SVG Animation

## Features
- particle movement along svg spline paths
- spline discretization (for performance reasons)
- interpolation between discretized points (to counteract low sample rates and reduce file size)
- smoothed mouse and touch interactive effects
- responsive
- retine display optimisation
- ES6 modules


## Usage
Expand Down

0 comments on commit c0e019b

Please sign in to comment.