Socket
Socket
Sign inDemoInstall

followcursor

Package Overview
Dependencies
4
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

followcursor

Rotate elements to create a following effect


Version published
Maintainers
1
Weekly downloads
1
decreased by-90%

Weekly downloads

Readme

Source

FollowCursor

demo

Usage

Install

yarn add followcursor

HTML

<script src="node_modules/followcursor/dist/followcursor.min.js"></script>
<!--if supporting IE11-->
<script src="node_modules/babel-polyfill/dist/polyfill-min.js"></script>

JS

//Any list of elements
const elemList = document.querySelector("SELECTOR");

//Value from 0-90 (Default is 10 if none provided)
const scale = 50

window.onload = function () {
    followCursor(elemList, scale);
};

Development

# Compile code once
yarn run babel
# Watch for code changes
yarn run babel-watch
# Minify code
yarn run uglify

Keywords

FAQs

Last updated on 25 Jul 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc