move-text-animation
v1.0.0
Published
move each letter when mouse enter on the text
Downloads
4
Readme
move-text-animation

npm import move-text-animation
<div>
<!-- Your text -->
</div>import the package in your js file
import moveText from 'move-text-animation';target the text you want to animate. for one
const myTextContainer = document.querySelector('.text-animation')calling waveTextAnimation function
waveTextAnimation(myTextContainer)