Skip to content

Repository files navigation

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

import{flyIn}from'...';constelem=document.getElementById('myElem');flyIn(elem,{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

About

HTML element animation library

Resources

Stars

5 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages