1.0.0 • Published 8 months ago

move-text-animation v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

move-text-animation

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)
1.0.0

8 months ago