A morphing SVG circle that follows your mouse
npm install react-svg-mouse-follower
import * as React from 'react'
import MouseFollower from 'react-svg-mouse-follower'
const Component = () => {
return (
<MouseFollower/>
...
)
}
Argument | Type | Default | Description |
---|---|---|---|
disable | boolean | false | Whether or not the scroll effect will be enabled |
trailLength | number | 40 | How much the circle would extends |
radius | number | 60 | The radius of the circle |