New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

animationer

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

animationer

animationer is simple project for cool animations

unpublished
latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

animationer

Animationer is simple yet fast library for web.

Animate an Element on Scroll

<script src="https://cdn.jsdelivr.net/gh/Arjun059/animationer/index.min.js"></script>

How it's work

  • Add script and css file in head of html document
  • Get an html element or HtmlCollection
  • Call animationer and pass this element as argument

Examples

let element = document.getElementById("demo");
textExpand(element);

let elements = document.getElementsByTagName("p");
textExpand(elements);

Check Animation Examples here

Animationer functions

  • textExpand
  • textContractBack
  • textFocusIn
  • textFocusInExpand
  • textFocusInContract
  • textFlicker
  • rotate
  • vibrate
  • shake
  • jello
  • wobble
  • bounce
  • beat
  • slitHorizontal
  • slitVertical
  • slitDiagonal

FAQs

Package last updated on 22 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts