New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

anix

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anix

The Simplest Animation Plugin for react.

  • 0.2.2
  • npm
  • Socket score

Version published
Weekly downloads
217
decreased by-48.46%
Maintainers
1
Weekly downloads
 
Created
Source

AniX

The Simplest Animation Plugin for react.

Overview

AniX is an animation plugin for react.

It is very simple and convenient to use. At the same time it has very good compatibility.

Install and Usage

Quick Start Install and manage AniX with npm.

$ npm install anix --save

import and use the AniX library.

//1. import module
import { AniX } from 'anix';

//2. use
AniX.to(dom, 1, {
    width: "200px",
    height: "100px",
    delay: .5,
    onComplete: ()=>{
      	alert("over");
    }
});

Examples

npm start

view on http://localhost:3000/

License

The BSD License.

Keywords

FAQs

Package last updated on 25 May 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc