1.0.0 • Published 1 year ago

html-animation v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Animation

HTML element animation library

Methods:

  • fadeIn
  • fadeOut
  • flyIn
  • flyOut

Use:

No need to call any constructor.

Just call these methods over any HTMLElement type. Example

  const elem = document.getElementById('myElem');
  elem.flyIn({x: 0, y: 500}, 1000, true);

import the library via esmodule or add via script tag. To use the smalled file, use the minified version. Thanks

1.0.0

1 year ago