easygiffy

1.0.2 • Public • Published

easyAnim

Repo to add easy animation and gif to your website or project

<script>
  $('body').artics({
    "source": "https://media3.giphy.com/media/HGQ4RWHYtw9Dmhj7mk/giphy.gif", // the url of the gif you want to add
    "trigger": "keyboard", // keyboard, click, hover
    "target": null, // if click or hover : id or class of the element, if keyboard : null
    "combinaison": "VKRZ", // if click or hover : null
    "position": "center", // center - bottom - top - custom
    "customPosition": null, // if position is custom : 0px 0px, else is null
    "animation": "static" // static - topToBottom - bottomToTop - leftToRight - rightToLeft
  });
</script>

Readme

Keywords

none

Package Sidebar

Install

npm i easygiffy

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

7.95 kB

Total Files

6

Last publish

Collaborators

  • hug0exe